File tree Expand file tree Collapse file tree 4 files changed +678
-456
lines changed Expand file tree Collapse file tree 4 files changed +678
-456
lines changed Original file line number Diff line number Diff line change 1
- # Gitrivy
1
+ # Gitrivy (GitHub Issue + Trivy Action)
2
2
3
+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Build )
4
+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Integration%20Test?label=Integration%20Test )
5
+ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/lazy-actions/gitrivy/Unit%20Test?label=Unit%20Test )
3
6
![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/homoluctus/gitrivy?color=brightgreen&include_prereleases )
4
- ![ GitHub ] ( https://img.shields.io/github/license/homoluctus/gitrivy?color=brightgreen )
7
+ ![ LICENSE ] ( https://img.shields.io/github/license/homoluctus/gitrivy?color=brightgreen )
5
8
6
9
This is a GitHub Actions to scan vulnerability using [ Trivy] ( https://github.com/aquasecurity/trivy ) .<br >
7
10
If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
8
11
9
- ![ image] ( https://github.com/homoluctus/gitrivy/blob/master /issue.png)
12
+ ![ image] ( ./assets/img /issue.png)
10
13
11
14
## Usage
12
15
File renamed without changes.
Original file line number Diff line number Diff line change 24
24
"dependencies" : {
25
25
"@actions/core" : " ^1.2.6" ,
26
26
"@actions/github" : " ^1.1.0" ,
27
- "@types/node-fetch" : " ^2.5.3" ,
28
- "@types/tar" : " ^4.0.3" ,
29
- "axios" : " ^0.21.1" ,
30
27
"node-fetch" : " ^2.6.1" ,
31
28
"tar" : " ^5.0.5"
32
29
},
33
30
"devDependencies" : {
34
31
"@types/jest" : " ^24.0.13" ,
35
32
"@types/node" : " ^12.0.4" ,
33
+ "@types/node-fetch" : " ^2.5.10" ,
34
+ "@types/tar" : " ^4.0.4" ,
36
35
"@zeit/ncc" : " ^0.20.5" ,
37
36
"jest" : " ^24.8.0" ,
38
37
"jest-circus" : " ^24.7.1" ,
You can’t perform that action at this time.
0 commit comments