Skip to content

Commit

Permalink
docs: comments about enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
jdew89 authored and alexjurkiewicz committed Mar 26, 2024
1 parent 5c33e60 commit 0259bd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@

Scan an image uploaded to ECR and fail if vulnerabilities are found.

## IMPORTANT UPDATE: Enhanced/Basic Scanning Support from v3.0.0

As of version `3.0.0`, only enhanced scanning is supported. Basic scanning support has been removed from this version onwards. If you still need basic scanning support, please use version `^2.0.1`. To enable enhanced scanning, check out the [AWS documentation](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning-enhanced.html).


## Quick Start

```yaml
- name: Scan Docker image
id: docker-scan
uses: alexjurkiewicz/ecr-scan-image@v1.7.1
uses: alexjurkiewicz/ecr-scan-image@v3.0.0
with:
repository: myorg/myimage
tag: v1.2.3
Expand Down

0 comments on commit 0259bd2

Please sign in to comment.