File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
12
12
13
13
### Inputs
14
14
15
- | Parameter| Required| Default| Description|
15
+ | Parameter| Required| Default Value | Description|
16
16
| :--:| :--:| :--:| :--|
17
- | token| True| N/A| GitHub access token<br >${{ secrets.GITHUB_TOKEN }} is recommended|
18
17
| trivy_version| False| latest| Trivy version|
19
18
| image| True| N/A| The target image name to scan the vulnerability<br >Specify this parameter or ` IMAGE_NAME ` environment variable|
20
19
| severity| False| HIGH,CRITICAL| Sevirities of vulunerabilities (separeted by commma)|
21
20
| vuln_type| False| os,library| Scan target are os and / or library (separeted by commma)|
22
- | ignore_unfixed| False| false| Ignore unfixed vulnerabilities<br >Specify true or false|
21
+ | ignore_unfixed| False| false| Ignore unfixed vulnerabilities<br >Please specify ` true ` or ` false ` |
22
+ | issue| False| true| Decide whether creating issue when vulnerabilities are found by trivy.<br >Please specify ` true ` or ` false ` |
23
+ | token| True if issue parameter is true else False| N/A| GitHub Access Token.<br >${{ secrets.GITHUB_TOKEN }} is recommended.|
23
24
| issue_title| False| Security Alert| Issue title|
24
25
| issue_label| False| trivy,vulnerability| Issue label (separeted by commma)|
25
26
| issue_assignee| False| N/A| Issue assignee (separeted by commma)|
You can’t perform that action at this time.
0 commit comments