Releases: zaproxy/action-full-scan
Releases · zaproxy/action-full-scan
Version 0.12.0
Changed
- Update dependencies to stop using deprecated
upload-artifact
version.
Version 0.11.0
Changed
- Update dependencies, which adds rate-limiting when accessing the GitHub API #59.
Fixed
- Allow to write any file from the Docker container.
Version 0.10.0
Changed
- Update dependencies.
Version 0.9.0
Changed
- Run with node20. #80
Version 0.8.0
Added
- Support for authentication environment variables.
Version 0.7.0
Fixed
- Update Crowdin link.
Added
- An input (
artifact_name
) used to name the artifact that contains the ZAP reports. #73
Version 0.6.0
Changed
- The default Docker image was changed to
ghcr.io/zaproxy/zaproxy:stable
.
Version 0.5.1
Fixed
- Check issues with authenticated user. #66
Version 0.5.0
Changed
- Addresses GitHub Actions Node 12 deprecation.
- Update dependencies.
Fixed
- Correct the name of the
GITHUB_TOKEN
secret mentioned in theREADME
.
Version 0.4.0
Changed
- Update dependencies.
Fixed
- Use default zap user rather than root to allow the Ajax Spider to run.