Skip to content

Commit 0758501

Browse files
authored
Merge pull request #107 from bcgov/dependabot/github_actions/zaproxy/action-api-scan-0.9.0
Bump zaproxy/action-api-scan from 0.8.0 to 0.9.0
2 parents 4c7fe6b + 8c0cef8 commit 0758501

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-to.openshift-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ jobs:
165165
# Get status, returns 0 if rollout is successful
166166
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
167167
- name: ZAP Scan
168-
uses: zaproxy/action-api-scan@v0.8.0
168+
uses: zaproxy/action-api-scan@v0.9.0
169169
with:
170170
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

.github/workflows/deploy-to.openshift-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,6 @@ jobs:
131131
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
132132
133133
- name: ZAP Scan
134-
uses: zaproxy/action-api-scan@v0.8.0
134+
uses: zaproxy/action-api-scan@v0.9.0
135135
with:
136136
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)