Releases: zaproxy/action-baseline
Releases · zaproxy/action-baseline
Version 0.14.0
Changed
- Update dependencies to stop using deprecated
upload-artifact
version.
Version 0.13.0
Changed
- Update dependencies, which adds rate-limiting when accessing the GitHub API.
Fixed
- Allow to write any file from the Docker container. #118
Version 0.12.0
Changed
- Update dependencies.
Version 0.11.0
Changed
- Run with node20. #114
Version 0.10.0
Added
- Support for authentication environment variables.
Fixed
- Update Crowdin link.
Version 0.9.0
Changed
- The default Docker image was changed to
ghcr.io/zaproxy/zaproxy:stable
.
Version 0.8.2
Fixed
- Fix an issue introduced in the previous release that prevented the use of the default GitHub authentication token to raise issues.
Version 0.8.1
Fixed
- Check issues with authenticated user. #17
Version 0.8.0
Added
- An input (
artifact_name
) used to name the artifact that contains the ZAP reports. #45
Changed
- Run action with Node 16.
- Update dependencies.
Version 0.7.0
Changed
- Update dependencies.
Fixed
- Use default zap user rather than root to allow the Ajax Spider to run.