Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
Update changelog and readme.

Signed-off-by: thc202 <thc202@gmail.com>
  • Loading branch information
thc202 committed Sep 25, 2024
1 parent 3bb62c8 commit 8fea8bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.8.0] - 2024-09-25
### Changed
- Update dependencies, which adds rate-limiting when accessing the GitHub API.

Expand Down Expand Up @@ -51,7 +51,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.7.0...HEAD
[0.8.0]: https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.8.0
[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
Expand Down
6 changes: 3 additions & 3 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.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
target: 'https://www.zaproxy.org/'
```
Expand All @@ -93,12 +93,12 @@ jobs:
name: Scan the webapplication
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: master
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.7.0
uses: zaproxy/action-api-scan@v0.8.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
Expand Down

0 comments on commit 8fea8bf

Please sign in to comment.