Skip to content

Commit

Permalink
Merge pull request #35 from homoluctus/fix/readme
Browse files Browse the repository at this point in the history
Add description about issue parameter
  • Loading branch information
homoluctus committed Nov 27, 2019
2 parents 3e6fbfb + bcb5c01 commit 57170cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ If vulnerabilities are found by Trivy, it creates the following GitHub Issue.

### Inputs

|Parameter|Required|Default|Description|
|Parameter|Required|Default Value|Description|
|:--:|:--:|:--:|:--|
|token|True|N/A|GitHub access token<br>${{ secrets.GITHUB_TOKEN }} is recommended|
|trivy_version|False|latest|Trivy version|
|image|True|N/A|The target image name to scan the vulnerability<br>Specify this parameter or `IMAGE_NAME` environment variable|
|severity|False|HIGH,CRITICAL|Sevirities of vulunerabilities (separeted by commma)|
|vuln_type|False|os,library|Scan target are os and / or library (separeted by commma)|
|ignore_unfixed|False|false|Ignore unfixed vulnerabilities<br>Specify true or false|
|ignore_unfixed|False|false|Ignore unfixed vulnerabilities<br>Please specify `true` or `false`|
|issue|False|true|Decide whether creating issue when vulnerabilities are found by trivy.<br>Please specify `true` or `false`|
|token|True if issue parameter is true else False|N/A|GitHub Access Token.<br>${{ secrets.GITHUB_TOKEN }} is recommended.|
|issue_title|False|Security Alert|Issue title|
|issue_label|False|trivy,vulnerability|Issue label (separeted by commma)|
|issue_assignee|False|N/A|Issue assignee (separeted by commma)|
Expand Down

0 comments on commit 57170cd

Please sign in to comment.