Skip to content

Commit 0735a87

Browse files
committed
[readme] Fix a typo
1 parent 652a727 commit 0735a87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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 (separated by commma)|
19+
|severity|False|HIGH,CRITICAL|Severities of vulnerabilities (separated by commma)|
2020
|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`|

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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 (separated by commma)'
13+
description: 'severities of vulnerabilities (separated by commma)'
1414
default: 'HIGH,CRITICAL'
1515
required: false
1616
vuln_type:

0 commit comments

Comments
 (0)