Add OWASP scanning

This commit is contained in:
Neil Martinsen-Burrell 2022-10-05 09:56:20 -05:00
parent 9f861b3c11
commit 690659c9ba
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
3 changed files with 148 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Django Security Check
name: Security Checks
on:
push:
@ -34,3 +34,20 @@ jobs:
with:
name: security-check-output
path: output.txt
owasp-scan:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: OWASP scan
run: docker compose run owasp
working-directory: ./src
- name: Upload output
uses: actions/upload-artifact@v2
with:
name: owasp-scan-output
path: ./src/zap_report.html