Skip to content

Commit 38466fa

Browse files
Upgrade ZAPSCAN to 0.7.0
Upgrade ZAPSCAN to 0.7.0
2 parents bb0f190 + 9404707 commit 38466fa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.from.developer.branch.deploy.to.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ jobs:
150150
151151
# now hit it with a zap scan
152152
- name: ZAP Scan
153-
uses: zaproxy/action-api-scan@v0.1.0
153+
uses: zaproxy/action-api-scan@v0.7.0
154154
with:
155-
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
155+
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.main.branch.deploy.to.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ jobs:
136136
137137
# now hit it with a zap scan
138138
- name: ZAP Scan
139-
uses: zaproxy/action-api-scan@v0.1.0
139+
uses: zaproxy/action-api-scan@v0.7.0
140140
with:
141-
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
141+
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/build.from.release.branch.deploy.to.dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ jobs:
145145
146146
# now hit it with a zap scan
147147
- name: ZAP Scan
148-
uses: zaproxy/action-api-scan@v0.1.0
148+
uses: zaproxy/action-api-scan@v0.7.0
149149
with:
150-
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}-dev.apps.silver.devops.gov.bc.ca/api/v1/api-docs'
150+
target: 'https://${{ env.REPO_NAME }}-${{ env.OPENSHIFT_NAMESPACE }}.apps.silver.devops.gov.bc.ca/api/v1/api-docs'

.github/workflows/on.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
severity: 'CRITICAL'
4343

4444
- name: Upload Trivy scan results to GitHub Security tab
45-
uses: github/codeql-action/upload-sarif@v1
45+
uses: github/codeql-action/upload-sarif@v2
4646
with:
4747
sarif_file: 'trivy-results.sarif'
4848
- name: Cache SonarCloud packages

0 commit comments

Comments
 (0)