diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d58a2..1669c58 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.6.0] - 2023-08-02 ### Changed - The default Docker image was changed to `ghcr.io/zaproxy/zaproxy:stable`. @@ -46,7 +46,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.5.1...HEAD +[0.6.0]: https://github.com/zaproxy/action-full-scan/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/zaproxy/action-full-scan/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.4.0 diff --git a/README.md b/README.md index 099a5cc..4b87452 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s ``` steps: - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.5.1 + uses: zaproxy/action-full-scan@v0.6.0 with: target: 'https://www.zaproxy.org/' ``` @@ -84,7 +84,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.5.1 + uses: zaproxy/action-full-scan@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'