Skip to content

Releases: lazy-actions/gitrivy

v3

03 Jun 21:46
6edf95f
Compare
Choose a tag to compare

New Feature

  • Introduce template option #88
  • Update existing issue #62

Refactor

Other

  • Introduce auto transpile and create pull request #80 #87
  • Tweet release information #82
  • Upgrade dependencies

v2.0.0

17 Feb 04:54
7adbcc6
Compare
Choose a tag to compare

New Feature

  • yarn instead of npm
  • support @octokit/rest >= v16.42.0

Bug Fixes

  • cve.References is not iterable

Changelog

7b569b6 build: yarn run build
574b19b fix: [error] cve.References is not iterable
53bf0ed fix: Use yarn command instead of npm
78806a5 update: Support @octokit/rest v16.42.0
f8eba85 [yarn] Migrate from npm to yarn
6a9676b [jest.config] Remove a no need line
0735a87 [readme] Fix a typo
84d37a2 fix typo

v2

17 Feb 04:54
7adbcc6
Compare
Choose a tag to compare
Merge pull request #48 from homoluctus/fix/cve_references

Fix an error that cve.References is not iterable

v1.0.0

06 Dec 22:51
aef1a4c
Compare
Choose a tag to compare

e8c23ae [readme] Fix a little
4a23816 [trivy.ts] Refactoring
4705edc [tests] Add validation methods unit test
8bbdc84 [trivy] Modify a method to validate trivy option
bcb5c01 [readme] Add description about issue parameter

v1

10 Dec 02:03
aef1a4c
Compare
Choose a tag to compare

Feature

  • Download Trivy that you specify version and matches the running platform
  • Vulnerability scan by Trivy
  • Create GitHub Issue if vulnerabilities are found

v0.0.3

27 Nov 06:41
3e6fbfb
Compare
Choose a tag to compare

4fbc427 Add test for issue option
7f5d88b Creating issue is optional
c71a52d [tests] Add a test for trivy.ts
e79ba88 [trivy] Add a method to validate trivy option
8d73bde [package] Install prettier to format code
652070e [trivy] Extract trivy binary only
3f0be90 [action.yml] Chage action name

v0.0.2

19 Nov 03:20
fc8bca7
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

01e76c2 [readme] Modify badge and cron
f3bd06a [action.yml] Change action name and description

v0.0.1

19 Nov 03:05
7a3a70e
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

1c2d3ad [release.yml] Add auto release workflow
fdaa707 [index.ts] Support IMAGE_NAME environment variable
82301e6 [trivy.ts] Replace to N/A if vulnerability info is undefined
c482731 [trivy.ts] Add saveTrivyCmd method to save downloaded file
2d982f1 [trivy.ts] Convert latest version to number
2838f29 Initial commit