Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

89 lines (66 loc) · 2.93 KB

Changelog

All notable changes to this GitHub action will be documented in this file.

The format is based on Keep a Changelog.

0.11.0 - 2024-09-25

Changed

  • Update dependencies, which adds rate-limiting when accessing the GitHub API #59.

Fixed

  • Allow to write any file from the Docker container.

0.10.0 - 2024-04-02

Changed

  • Update dependencies.

0.9.0 - 2024-01-25

Changed

  • Run with node20. #80

0.8.0 - 2023-10-31

Added

  • Support for authentication environment variables.

0.7.0 - 2023-08-24

Fixed

  • Update Crowdin link.

Added

  • An input (artifact_name) used to name the artifact that contains the ZAP reports. #73

0.6.0 - 2023-08-02

Changed

  • The default Docker image was changed to ghcr.io/zaproxy/zaproxy:stable.

0.5.1 - 2023-07-05

Fixed

  • Check issues with authenticated user. #66

0.5.0 - 2023-06-29

Changed

  • Addresses GitHub Actions Node 12 deprecation.
  • Update dependencies.

Fixed

  • Correct the name of the GITHUB_TOKEN secret mentioned in the README.

0.4.0 - 2022-05-23

Changed

  • Update dependencies.

Fixed

  • Use default zap user rather than root to allow the Ajax Spider to run.

0.3.0 - 2021-09-14

Added

  • An input (allow_issue_writing) to choose if a GitHub issue should be raised or not.

Changed

  • Update dependencies.

0.2.0 - 2020-10-08

Added

  • Option to fail the status of the GitHub action if any alerts are found during the scan process.

Changed

  • 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.