File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ This project mainly serves three main purposes:
3333 - run integration tests
3434 - determine code coverage
3535 - build-, open-, clean- documentation
36+ - creates GitHub Issues for vulnerabilities
3637 * CI (verify PR's and merges)
3738 * CI/CD (verify and publish releases)
3839 * Build & Publish Documentation (verify and publish documentation)
@@ -187,7 +188,10 @@ _________________
187188 * - Action
188189 - Description
189190 * - python-environment
190- - Sets up an appropriate poetry based python environment
191+ - Sets up an appropriate poetry-based python environment
192+ * - security-issues
193+ - Takes a JSON of known vulnerabilities affecting a repo & creates GitHub Issues
194+ in said repo for any vulnerabilities, which do not yet have a GitHub Issue
191195
192196
193197Known Issues
You can’t perform that action at this time.
0 commit comments