Skip to content

Commit

Permalink
Update version in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s-a-tanjim authored and alexjurkiewicz committed Dec 13, 2022
1 parent 23adad5 commit 9744e91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Scan an image uploaded to ECR and fail if vulnerabilities are found.
```yaml
- name: Scan Docker image
id: docker-scan
uses: alexjurkiewicz/[email protected].0
uses: alexjurkiewicz/[email protected].1
with:
repository: myorg/myimage
tag: v1.2.3
Expand All @@ -20,7 +20,7 @@ Scan an image uploaded to ECR and fail if vulnerabilities are found.
| ------ | --------- | ----------- |
| repository | :white_check_mark: | ECR repository, eg myorg/myimage |
| tag | :white_check_mark: | Image tag to scan |
| fail_threshold | | Fail if any vulnerabilities equal to or over this severity level are detected. Valid values: critical, high, medium, low, informational. Default value is high. |
| fail_threshold | | Fail if any vulnerabilities equal to or over this severity level are detected. Valid values: `critical`, `high`, `medium`, `low`, `informational`. Default value is `high`. |
| ignore_list | | List of CVE IDs to ignore.<br/>:warning: **Note**: The `ignore_list` can either be a multi-line string (like the example below) or a list (separated using commas or spaces) containing CVE IDs to be ignored. |

## Outputs
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$tag
- name: Scan Docker image
id: docker-scan
uses: alexjurkiewicz/[email protected].0
uses: alexjurkiewicz/[email protected].1
with:
repository: myorg/myimage
tag: ${{ steps.docker-build.outputs.tag }}
Expand Down

0 comments on commit 9744e91

Please sign in to comment.