From 43c22525ca96b361f9c1ec7eddd19801bb69e1d3 Mon Sep 17 00:00:00 2001 From: thc202 Date: Thu, 8 Oct 2020 15:24:22 +0100 Subject: [PATCH] Release v0.4.0 Update readme and changelog. 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 9f76f92e..b83d677e 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.4.0] - 2020-10-08 ### Added - Option to fail the status of the GitHub action if any alerts are found during the scan process. [#31](https://github.com/zaproxy/action-baseline/issues/31) @@ -29,7 +29,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-baseline/compare/v0.3.0...HEAD +[0.4.0]: https://github.com/zaproxy/action-baseline/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/zaproxy/action-baseline/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/zaproxy/action-baseline/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/zaproxy/action-baseline/compare/64ea8c12229f3351fcc50f5834b2c8db25042817...v0.1.0 diff --git a/README.md b/README.md index cb4d2fa0..c1006a19 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,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-baseline@v0.3.0 + uses: zaproxy/action-baseline@v0.4.0 with: target: 'https://www.zaproxy.org' ``` @@ -73,7 +73,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-baseline@v0.3.0 + uses: zaproxy/action-baseline@v0.4.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'owasp/zap2docker-stable'