Skip to content

Commit

Permalink
Update dependencies, release v0.7.0
Browse files Browse the repository at this point in the history
Update `actions-common-scans` to latest version which includes
dependency updates and issue content changes.
Update changelog and readme for release.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Apr 2, 2024
1 parent 38008e3 commit 19da65e
Show file tree
Hide file tree
Showing 5 changed files with 26,802 additions and 5,777 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ All notable changes to this GitHub action will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.7.0] - 2024-04-02
### Changed
- Update dependencies.

## [0.6.0] - 2024-01-25
### Changed
Expand Down Expand Up @@ -42,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

First release to Marketplace.

[Unreleased]: https://github.com/zaproxy/action-api-scan/compare/v0.6.0...HEAD
[0.7.0]: https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/zaproxy/action-api-scan/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ will be copied into the docker container:
```
steps:
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.6.0
uses: zaproxy/action-api-scan@v0.7.0
with:
target: 'https://www.zaproxy.org/'
```
Expand All @@ -98,7 +98,7 @@ jobs:
ref: master
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.6.0
uses: zaproxy/action-api-scan@v0.7.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
Expand Down
Loading

0 comments on commit 19da65e

Please sign in to comment.