Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

71 lines (51 loc) · 2.28 KB

Changelog

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

The format is based on Keep a Changelog.

0.9.0 - 2024-11-20

Changed

  • Update dependencies to stop using deprecated upload-artifact version.

0.8.0 - 2024-09-25

Changed

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

Fixed

  • Allow to write any file from the Docker container. #22

0.7.0 - 2024-04-02

Changed

  • Update dependencies.

0.6.0 - 2024-01-25

Changed

  • Run with node20. #29

0.5.0 - 2023-08-24

Added

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

0.4.0 - 2023-08-02

Changed

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

0.3.1 - 2023-07-05

Fixed

  • Check issues with authenticated user. #19

0.3.0 - 2023-06-29

Changed

  • To use Node 16
  • Updated dependencies

0.2.0 - 2022-09-09

Added

  • Support for authentication environment variables.

0.1.1 - 2022-05-23

Fixed

  • Use default zap user rather than root.

0.1.0 - 2021-09-14

First release to Marketplace.