Skip to content

Commit

Permalink
Update version in README examples
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjurkiewicz authored Sep 26, 2021
1 parent eb84816 commit 648daae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/ecr-scan-image@v1.5.0
uses: alexjurkiewicz/ecr-scan-image@v1.7.0
with:
repository: myorg/myimage
tag: v1.2.3
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/ecr-scan-image@v1.5.0
uses: alexjurkiewicz/ecr-scan-image@v1.7.0
with:
repository: myorg/myimage
tag: ${{ steps.docker-build.outputs.tag }}
Expand Down

0 comments on commit 648daae

Please sign in to comment.