mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 18:37:33 -04:00
Merge pull request #2313 from GSA/enable-about-page-in-dynamic-scans
Update zaproxy-baseline GitHub Action reference
This commit is contained in:
@@ -165,8 +165,9 @@ jobs:
|
|||||||
run: make run-flask &
|
run: make run-flask &
|
||||||
env:
|
env:
|
||||||
NOTIFY_ENVIRONMENT: scanning
|
NOTIFY_ENVIRONMENT: scanning
|
||||||
|
FEATURE_ABOUT_PAGE_ENABLED: true
|
||||||
- name: Run OWASP Baseline Scan
|
- name: Run OWASP Baseline Scan
|
||||||
uses: zaproxy/action-baseline@v0.9.0
|
uses: zaproxy/action-baseline@v0.14.0
|
||||||
with:
|
with:
|
||||||
docker_name: "ghcr.io/zaproxy/zaproxy:weekly"
|
docker_name: "ghcr.io/zaproxy/zaproxy:weekly"
|
||||||
target: "http://localhost:6012"
|
target: "http://localhost:6012"
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NOTIFY_ENVIRONMENT: scanning
|
NOTIFY_ENVIRONMENT: scanning
|
||||||
- name: Run OWASP Full Scan
|
- name: Run OWASP Full Scan
|
||||||
uses: zaproxy/action-full-scan@v0.7.0
|
uses: zaproxy/action-full-scan@v0.12.0
|
||||||
with:
|
with:
|
||||||
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
|
docker_name: 'ghcr.io/zaproxy/zaproxy:weekly'
|
||||||
target: 'http://localhost:6012'
|
target: 'http://localhost:6012'
|
||||||
|
|||||||
Reference in New Issue
Block a user