Releases: lazy-actions/gitrivy
Releases · lazy-actions/gitrivy
v3
v2.0.0
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
Merge pull request #48 from homoluctus/fix/cve_references Fix an error that cve.References is not iterable
v1.0.0
v1
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
v0.0.2
v0.0.1
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