Skip to content

Commit

Permalink
Bump zaproxy/action-api-scan from 0.5.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.5.0 to 0.8.0.
- [Release notes](https://github.com/zaproxy/action-api-scan/releases)
- [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md)
- [Commits](zaproxy/action-api-scan@v0.5.0...v0.8.0)

---
updated-dependencies:
- dependency-name: zaproxy/action-api-scan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 8a908b0 commit 376cc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ jobs:
# Get status, returns 0 if rollout is successful
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.5.0
uses: zaproxy/action-api-scan@v0.8.0
with:
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_DEV }}.apps.silver.devops.gov.bc.ca/v3/api-docs'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to.openshift-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,6 @@ jobs:
oc rollout status dc/${{ env.SPRING_BOOT_IMAGE_NAME }}
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.5.0
uses: zaproxy/action-api-scan@v0.8.0
with:
target: 'https://${{ env.APP_NAME }}-${{ env.OPENSHIFT_NAMESPACE_TEST }}.apps.silver.devops.gov.bc.ca/v3/api-docs'

0 comments on commit 376cc60

Please sign in to comment.