All notable changes to this GitHub action will be documented in this file.
The format is based on Keep a Changelog.
- Update dependencies.
- Allow to write any file from the Docker container.
0.10.0 - 2024-04-02
- Update dependencies.
0.9.0 - 2024-01-25
- Run with node20. #80
0.8.0 - 2023-10-31
- Support for authentication environment variables.
0.7.0 - 2023-08-24
- Update Crowdin link.
- An input (
artifact_name
) used to name the artifact that contains the ZAP reports. #73
0.6.0 - 2023-08-02
- The default Docker image was changed to
ghcr.io/zaproxy/zaproxy:stable
.
0.5.1 - 2023-07-05
- Check issues with authenticated user. #66
0.5.0 - 2023-06-29
- Addresses GitHub Actions Node 12 deprecation.
- Update dependencies.
- Correct the name of the
GITHUB_TOKEN
secret mentioned in theREADME
.
0.4.0 - 2022-05-23
- Update dependencies.
- Use default zap user rather than root to allow the Ajax Spider to run.
0.3.0 - 2021-09-14
- An input (
allow_issue_writing
) to choose if a GitHub issue should be raised or not.
- Update dependencies.
0.2.0 - 2020-10-08
- Option to fail the status of the GitHub action if any alerts are found during the scan process.
- Modified the action status to pass by default (previously fail by default)
- Reduced docker logs
0.1.0 - 2020-05-15
First release to Marketplace.