From 8fea8bfa69c6c43c0c407825946f7c154c55e39f Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 25 Sep 2024 11:39:46 +0100 Subject: [PATCH] Release v0.8.0 Update changelog and readme. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987d9ef..e3b8ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/README.md b/README.md index 9a90e72..d5541ee 100644 --- a/README.md +++ b/README.md @@ -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/' ``` @@ -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'