Skip to content

Commit

Permalink
Merge pull request #128 from thc202/release-v0.13.0
Browse files Browse the repository at this point in the history
Release v0.13.0
  • Loading branch information
thc202 authored Sep 25, 2024
2 parents c8dfac2 + e4d980a commit 0619037
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0] - 2024-09-25
### Changed
- Update dependencies, which adds rate-limiting when accessing the GitHub API.

Expand Down Expand Up @@ -93,7 +93,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.12.0...HEAD
[0.13.0]: https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/zaproxy/action-baseline/compare/v0.9.0...v0.10.0
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ will be copied into the docker container:
```
steps:
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.12.0
uses: zaproxy/action-baseline@v0.13.0
with:
target: 'https://www.zaproxy.org'
```
Expand All @@ -87,11 +87,11 @@ jobs:
name: Scan the webapplication
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: master
- name: ZAP Scan
uses: zaproxy/action-baseline@v0.12.0
uses: zaproxy/action-baseline@v0.13.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
Expand Down

0 comments on commit 0619037

Please sign in to comment.