mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Use api-scan owasp action
This commit is contained in:
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
@@ -114,10 +114,11 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
|
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
|
||||||
- name: Run OWASP Baseline Scan
|
- name: Run OWASP Baseline Scan
|
||||||
uses: zaproxy/action-baseline@v0.6.1
|
uses: zaproxy/action-api-scan@v0.1.1
|
||||||
with:
|
with:
|
||||||
docker_name: 'owasp/zap2docker-weekly'
|
docker_name: 'owasp/zap2docker-weekly'
|
||||||
target: 'http://localhost:6011/'
|
target: 'http://localhost:6011/'
|
||||||
fail_action: true
|
fail_action: true
|
||||||
|
allow_issue_writing: false
|
||||||
rules_file_name: 'zap.conf'
|
rules_file_name: 'zap.conf'
|
||||||
cmd_options: '-I'
|
cmd_options: '-I'
|
||||||
|
|||||||
Reference in New Issue
Block a user