Skip to content

Commit bb42fb0

Browse files
authored
Merge pull request #64 from thc202/release-v0.5.0
Release v0.5.0
2 parents fbc96bb + a64f23a commit bb42fb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.5.0] - 2023-06-29
77

88
### Changed
99
- Addresses GitHub Actions Node 12 deprecation.
@@ -38,7 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3838

3939
First release to Marketplace.
4040

41-
[Unreleased]: https://github.com/zaproxy/action-full-scan/compare/v0.4.0...HEAD
41+
[0.5.0]: https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0
4242
[0.4.0]: https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.4.0
4343
[0.3.0]: https://github.com/zaproxy/action-full-scan/compare/v0.2.0...v0.3.0
4444
[0.2.0]: https://github.com/zaproxy/action-full-scan/compare/v0.1.0...v0.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
6464
```
6565
steps:
6666
- name: ZAP Scan
67-
uses: zaproxy/action-full-scan@v0.4.0
67+
uses: zaproxy/action-full-scan@v0.5.0
6868
with:
6969
target: 'https://www.zaproxy.org/'
7070
```
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
ref: master
8686
- name: ZAP Scan
87-
uses: zaproxy/action-full-scan@v0.4.0
87+
uses: zaproxy/action-full-scan@v0.5.0
8888
with:
8989
token: ${{ secrets.GITHUB_TOKEN }}
9090
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)