Skip to content

Commit 68d7520

Browse files
authored
Merge pull request #13 from thc202/release-v0.2.0
Release v0.2.0
2 parents 2c5bf7d + d93f5e6 commit 68d7520

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [Unreleased]
6+
## [0.2.0] - 2020-10-08
77
### Added
88
- Option to fail the status of the GitHub action if any alerts are found during the scan process.
99

@@ -15,4 +15,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1515

1616
First release to Marketplace.
1717

18+
[0.2.0]: https://github.com/zaproxy/action-full-scan/compare/v0.1.0...v0.2.0
1819
[0.1.0]: https://github.com/zaproxy/action-full-scan/compare/5842e3f84ec616724efb0230a6f6ab85146230c8...v0.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
5959
```
6060
steps:
6161
- name: ZAP Scan
62-
uses: zaproxy/action-full-scan@v0.1.0
62+
uses: zaproxy/action-full-scan@v0.2.0
6363
with:
6464
target: 'https://www.zaproxy.org/'
6565
```
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
ref: master
8181
- name: ZAP Scan
82-
uses: zaproxy/action-full-scan@v0.1.0
82+
uses: zaproxy/action-full-scan@v0.2.0
8383
with:
8484
token: ${{ secrets.GITHUB_TOKEN }}
8585
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)