Skip to content

Commit

Permalink
build(deps): bump zaproxy/action-api-scan from 0.7.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.7.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.7.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 23301f9 commit f2092fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zap-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
artifact_name: 'responders_ui_zap_scan'
issue_title: 'responders_ui_zap_scan'
- name: API
uses: zaproxy/action-api-scan@v0.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'https://dev-prj-era-responders.apps.silver.devops.gov.bc.ca/api/swagger/v1/swagger.json'
Expand All @@ -36,7 +36,7 @@ jobs:
artifact_name: 'registrants_ui_zap_scan'
issue_title: 'registrants_ui_zap_scan'
- name: API
uses: zaproxy/action-api-scan@v0.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'https://dev-prj-era-responders.apps.silver.devops.gov.bc.ca/api/swagger/v1/swagger.json'
Expand All @@ -54,7 +54,7 @@ jobs:
artifact_name: 'suppliers_ui_zap_scan'
issue_title: 'suppliers_ui_zap_scan'
- name: API
uses: zaproxy/action-api-scan@v0.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target: 'https://dev-prj-era-suppliers.apps.silver.devops.gov.bc.ca/api/swagger/v1/swagger.json'
Expand Down

0 comments on commit f2092fb

Please sign in to comment.