Skip to content

Commit 6edf95f

Browse files
authored
Merge pull request #100 from lazy-actions/feat/update-readme
chore(readme): Update image and description
2 parents 0601767 + ef8596e commit 6edf95f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
1111

1212
![image](./assets/img/issue.png)
1313

14+
## Feature
15+
16+
- Scan vulnerability used by Trivy
17+
- Create or Update GitHub Issue if vulnerabilities found
18+
- Customize Issue title, label and assignee
19+
- Issue body is generated by template parameter
20+
1421
## Inputs
1522

1623
|Parameter|Required|Default Value|Description|
@@ -21,7 +28,7 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
2128
|severity|False|HIGH,CRITICAL|Severities of vulnerabilities (separated by commma)|
2229
|vuln_type|False|os,library|Scan target are os and / or library (separated by commma)|
2330
|ignore_unfixed|False|false|Ignore unfixed vulnerabilities<br>Please specify `true` or `false`|
24-
|template|False|N/A|Trivy --template option<br>By default, it uses src/default.tpl which is based on [contrib/html.tpl](https://github.com/aquasecurity/trivy/blob/main/contrib/html.tpl)<br>reference: [Report Formats - Trivy](https://aquasecurity.github.io/trivy/v0.18.3/examples/report/#template)|
31+
|template|False|N/A|Path to template file<br>This parameter equals trivy --template option<br>By default, it uses src/default.tpl which is based on [contrib/html.tpl](https://github.com/aquasecurity/trivy/blob/main/contrib/html.tpl)<br>reference: [Report Formats - Trivy](https://aquasecurity.github.io/trivy/v0.18.3/examples/report/#template)|
2532
|issue_title|False|Security Alert|Issue title|
2633
|issue_label|False|trivy,vulnerability|Issue label (separated by commma)|
2734
|issue_assignee|False|N/A|Issue assignee (separated by commma)|

assets/img/issue.png

208 KB
Loading

0 commit comments

Comments
 (0)