Update zapScan.yaml #7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: owasp-scan | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
zap-owasp: | |
uses: llowgn/pipeline-templates/.github/workflows/owasp-scan.yaml@main | |
with: | |
ZAP_SCAN_TYPE: 'base' # Accepted values are base and full. | |
ZAP_TARGET_URL: https://zapscan.google0.ca | |
ZAP_DURATION: '2' | |
ZAP_MAX_DURATION: '5' | |
ZAP_GCP_PUBLISH: false | |
ZAP_GCP_PROJECT: phronesis-310405 # Only required if ZAP_GCP_PUBLISH is TRUE | |
ZAP_GCP_BUCKET: 'zap-scan-results' # Only required if ZAP_GCP_PUBLISH is TRUE | |
secrets: | |
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} # Only required if ZAP_GCP_PUBLISH is TRUE |