File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.
1616| :--:| :--:| :--:| :--|
1717| trivy_version| False| latest| Trivy version|
1818| image| True| N/A| The target image name to scan the vulnerability<br >Specify this parameter or ` IMAGE_NAME ` environment variable|
19- | severity| False| HIGH,CRITICAL| Sevirities of vulunerabilities (separeted by commma)|
20- | vuln_type| False| os,library| Scan target are os and / or library (separeted by commma)|
19+ | severity| False| HIGH,CRITICAL| Sevirities of vulunerabilities (separated by commma)|
20+ | vuln_type| False| os,library| Scan target are os and / or library (separated by commma)|
2121| ignore_unfixed| False| false| Ignore unfixed vulnerabilities<br >Please specify ` true ` or ` false ` |
2222| issue| False| true| Decide whether creating issue when vulnerabilities are found by trivy.<br >Please specify ` true ` or ` false ` |
2323| token| True if issue parameter is true else False| N/A| GitHub Access Token.<br >${{ secrets.GITHUB_TOKEN }} is recommended.|
2424| issue_title| False| Security Alert| Issue title|
25- | issue_label| False| trivy,vulnerability| Issue label (separeted by commma)|
26- | issue_assignee| False| N/A| Issue assignee (separeted by commma)|
25+ | issue_label| False| trivy,vulnerability| Issue label (separated by commma)|
26+ | issue_assignee| False| N/A| Issue assignee (separated by commma)|
2727
2828### Outputs
2929
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ inputs:
1010 description : ' The target image name of vulnerability scan (specify this parameter or "IMAGE_NAME" environment variable'
1111 required : false
1212 severity :
13- description : ' sevirities of vulunerabilities (separeted by commma)'
13+ description : ' sevirities of vulunerabilities (separated by commma)'
1414 default : ' HIGH,CRITICAL'
1515 required : false
1616 vuln_type :
17- description : ' target vlunerability [os,library] (separeted by commma)'
17+ description : ' target vlunerability [os,library] (separated by commma)'
1818 default : ' os,library'
1919 required : false
2020 ignore_unfixed :
@@ -33,11 +33,11 @@ inputs:
3333 default : ' Security Alert'
3434 required : false
3535 issue_label :
36- description : ' Issue label (separeted by commma)'
36+ description : ' Issue label (separated by commma)'
3737 default : ' trivy,vulnerability'
3838 required : false
3939 issue_assignee :
40- description : ' Issue assignee (separeted by commma)'
40+ description : ' Issue assignee (separated by commma)'
4141 required : false
4242
4343outputs :
You can’t perform that action at this time.
0 commit comments