Skip to content

Releases: aquasecurity/trivy-action

v0.0.16

12 May 18:06
9789b6a
Compare
Choose a tag to compare

Update trivy version

v0.0.15

06 May 17:48
341f810
Compare
Choose a tag to compare

Improved readme and pins upstream Trivy version

v0.0.14

07 Apr 19:50
b38389f
Compare
Choose a tag to compare

Adds cache and timeout options as per #35

v0.0.13

24 Mar 20:55
e2054f8
Compare
Choose a tag to compare

Add --input option

v0.0.12

19 Mar 22:22
c6431cf
Compare
Choose a tag to compare

Add --skip-dirs feature flag

v0.0.11

11 Mar 18:37
f5e208a
Compare
Choose a tag to compare

Adds --no-progress flag for CI environments

v0.0.10

27 Feb 06:35
bceef37
Compare
Choose a tag to compare

Fix: This release fixes the issue described in #28

v0.0.9

25 Feb 00:59
7294c6a
Compare
Choose a tag to compare

This release introduces the ability to use Trivy Github Action as a build time check for running repository based checks for your git repos. Now it's possible to run Trivy Action as a check on each PR to scan for new vulnerabilities that might get introduced. More details here: https://github.com/aquasecurity/trivy-action#using-trivy-to-scan-your-git-repo

v0.0.8

13 Aug 22:43
2b5de51
Compare
Choose a tag to compare

This release includes the ability to specify templates as an output format amongst others.

Full Changelog: 0.0.7...master

v0.0.7

22 Jun 18:19
f498173
Compare
Choose a tag to compare
 feat: Add support for `--ignore-unfixed` flag (#10)

Resolves: #9