more ci info

This commit is contained in:
stvnrlly
2022-10-28 11:11:17 -04:00
parent 493e7e015a
commit 9b32bb55ea
3 changed files with 21 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ On GitHub, in addition to these tests, we run:
We're using GitHub Actions. See [/.github](../.github/) for the configuration.
In addition to commit-triggered scans, the `daily_checks.yml` workflow runs the relevant dependency audits, static scan, and/or dynamic scans at 10am UTC each day. Developers will be notified of failures in daily scans by GitHub notifications.
## To run a local OWASP scan
1. Run `make run-flask` from within the dev container.