We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94d679 commit e44763dCopy full SHA for e44763d
.github/workflows/deploy-to.openshift-dev.yml
@@ -198,6 +198,6 @@ jobs:
198
# Get status, returns 0 if rollout is successful
199
oc rollout status deployment/${{ env.SPRING_BOOT_IMAGE_NAME }}
200
- name: ZAP Scan
201
- uses: zaproxy/action-api-scan@v0.12.0
+ uses: zaproxy/action-api-scan@v0.9.0
202
with:
203
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'
0 commit comments