From 45f768bc9d3e0cbad6613307f1297a98b515863f Mon Sep 17 00:00:00 2001 From: thc202 Date: Thu, 24 Aug 2023 17:37:58 +0100 Subject: [PATCH] Release v0.7.0 Update changelog and readme. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6c78e2..fbf8c85 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.7.0] - 2023-08-24 ### Fixed - Update Crowdin link. @@ -53,7 +53,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.6.0...HEAD +[0.7.0]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0 [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 diff --git a/README.md b/README.md index c354a24..5a5571a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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.6.0 + uses: zaproxy/action-full-scan@v0.7.0 with: target: 'https://www.zaproxy.org/' ``` @@ -88,7 +88,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.6.0 + uses: zaproxy/action-full-scan@v0.7.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'