Skip to content

Releases: Chili-Piper/trivy-report-issue-action

Version 1.2

05 Oct 17:17
0ee7b0e
Compare
Choose a tag to compare

Maintenance

Updated registry used for parent image to mitigate the issue with DockerHub rate-limit on Google Cloud IPs.

Version 1.1

13 May 21:32
89ba963
Compare
Choose a tag to compare

Bug Fixes and New Features

This release fixes a few small bugs and adds new features.

Bug Fixes

  • Updated the way secret issues are reported to allow for easier parsing.
  • Fixed syntax inconsistencies with generation of markdown

New Features

  • Action checks for the event trigger and bases logic on said trigger
    • i.e. If a pull request is triggering action any findings are reported in a comment on the pull request.
  • A summary of actions is generated and displayed in the action summary page.

Initial Release

11 May 17:58
2ed226c
Compare
Choose a tag to compare

Forked action from CemitDigital with additional features:

Added ability to parse scan results for secrets and generate issues for them.
Added additional error handling to prevent workflow failures from parsing issues.