Skip to content

Commit f625679

Browse files
committed
Add information about security-issues workflow
1 parent 19847e0 commit f625679

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/design.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

193197
Known Issues

0 commit comments

Comments
 (0)