Skip to content

Commit a7153e7

Browse files
authored
Merge pull request #123 from bcgov/dependabot/github_actions/zaproxy/action-api-scan-0.10.0
Bump zaproxy/action-api-scan from 0.9.0 to 0.10.0
2 parents 08629b0 + be3eeb7 commit a7153e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,6 @@ jobs:
164164
# Get status, returns 0 if rollout is successful
165165
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
166166
- name: ZAP Scan
167-
uses: zaproxy/action-api-scan@v0.9.0
167+
uses: zaproxy/action-api-scan@v0.10.0
168168
with:
169169
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
@@ -130,6 +130,6 @@ jobs:
130130
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
131131
132132
- name: ZAP Scan
133-
uses: zaproxy/action-api-scan@v0.9.0
133+
uses: zaproxy/action-api-scan@v0.10.0
134134
with:
135135
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)