All notable changes to this GitHub action will be documented in this file.
The format is based on Keep a Changelog.
0.13.0 - 2024-09-25
- Update dependencies, which adds rate-limiting when accessing the GitHub API.
- Allow to write any file from the Docker container. #118
0.12.0 - 2024-04-02
- Update dependencies.
0.11.0 - 2024-01-25
- Run with node20. #114
0.10.0 - 2023-10-31
- Support for authentication environment variables.
- Update Crowdin link.
0.9.0 - 2023-08-02
- The default Docker image was changed to
ghcr.io/zaproxy/zaproxy:stable
.
0.8.2 - 2023-07-04
- Fix an issue introduced in the previous release that prevented the use of the default GitHub authentication token to raise issues.
0.8.1 - 2023-07-03
- Check issues with authenticated user. #17
0.8.0 - 2023-06-30
- An input (
artifact_name
) used to name the artifact that contains the ZAP reports. #45
- Run action with Node 16.
- Update dependencies.
0.7.0 - 2022-05-23
- Update dependencies.
- Use default zap user rather than root to allow the Ajax Spider to run.
0.6.1 - 2021-10-08
- Revert previous change (not into effect), no longer needed.
0.6.0 - 2021-10-08
- Disabled the automation framework while we investigate a problem with it.
0.5.0 - 2021-09-14
- An input (
allow_issue_writing
) to choose if a GitHub issue should be raised or not. #56
- Update dependencies.
0.4.0 - 2020-10-08
- Option to fail the status of the GitHub action if any alerts are found during the scan process. #31
- Modified the action status to pass by default (previously fail by default) #31
- Reduced docker logs #20
0.3.0 - 2020-04-28
- Allow to configure the title of the issue raised, using the parameter
issue_title
. #10
- Moved the common code to actions-common-scans repository
0.2.0 - 2020-04-09
- Allow to pass command line arguments to the baseline script, using the parameter
cmd_options
. #4
- Improve the content of the issue raised and generate the HTML report. #3
0.1.0 - 2020-04-07
First release to Marketplace.