Skip to content

Commit bcb5c01

Browse files
committed
[readme] Add description about issue parameter
1 parent 3e6fbfb commit bcb5c01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
1212

1313
### Inputs
1414

15-
|Parameter|Required|Default|Description|
15+
|Parameter|Required|Default Value|Description|
1616
|:--:|:--:|:--:|:--|
17-
|token|True|N/A|GitHub access token<br>${{ secrets.GITHUB_TOKEN }} is recommended|
1817
|trivy_version|False|latest|Trivy version|
1918
|image|True|N/A|The target image name to scan the vulnerability<br>Specify this parameter or `IMAGE_NAME` environment variable|
2019
|severity|False|HIGH,CRITICAL|Sevirities of vulunerabilities (separeted by commma)|
2120
|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.|
2324
|issue_title|False|Security Alert|Issue title|
2425
|issue_label|False|trivy,vulnerability|Issue label (separeted by commma)|
2526
|issue_assignee|False|N/A|Issue assignee (separeted by commma)|

0 commit comments

Comments
 (0)