Skip to content

Commit e44763d

Browse files
committed
fix: use zap scan api version that exists
1 parent d94d679 commit e44763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ jobs:
198198
# Get status, returns 0 if rollout is successful
199199
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
200200
- name: ZAP Scan
201-
uses: zaproxy/action-api-scan@v0.12.0
201+
uses: zaproxy/action-api-scan@v0.9.0
202202
with:
203203
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 commit comments

Comments
 (0)