Skip to content

Commit

Permalink
chore(deps): Bump zaproxy/action-baseline from 0.4.0 to 0.5.0 (#496)
Browse files Browse the repository at this point in the history
Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/zaproxy/action-baseline/releases)
- [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md)
- [Commits](zaproxy/action-baseline@v0.4.0...v0.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2021
1 parent d50154f commit 2d2ebd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zap_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Launh docker-compose stack
run: docker-compose -f docker-compose.yml up -d
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.4.0
uses: zaproxy/action-baseline@v0.5.0
# Then run the scan against the locally running instance
with:
target: 'http://localhost:8080/ngsi-ld/v1/entities'

0 comments on commit 2d2ebd8

Please sign in to comment.