diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fae49d..ef4d2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,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.11.0] - 2024-09-25 ### Changed - Update dependencies, which adds rate-limiting when accessing the GitHub API [#59](https://github.com/zaproxy/action-full-scan/issues/59). @@ -72,7 +72,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-full-scan/compare/v0.10.0...HEAD +[0.11.0]: https://github.com/zaproxy/action-full-scan/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/zaproxy/action-full-scan/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.0 diff --git a/README.md b/README.md index 1a67dbb..fab1bde 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-full-scan@v0.10.0 + uses: zaproxy/action-full-scan@v0.11.0 with: target: 'https://www.zaproxy.org/' ``` @@ -93,11 +93,11 @@ 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-full-scan@v0.10.0 + uses: zaproxy/action-full-scan@v0.11.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'