Skip to content

Commit ff9bea4

Browse files
authored
Update Image Scan version to v2.0.1 for v2 (#1051)
*Description of changes:* Update Image Scan version to v2.0.1 for v2 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 4d65752 commit ff9bea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/owasp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ jobs:
9393
id: high_scan_v2
9494
uses: ./.github/actions/image_scan
9595
with:
96-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.0"
96+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.1"
9797
severity: 'CRITICAL,HIGH'
9898

9999
- name: Perform low image scan on v2
100100
if: always()
101101
id: low_scan_v2
102102
uses: ./.github/actions/image_scan
103103
with:
104-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.0"
104+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.1"
105105
severity: 'MEDIUM,LOW,UNKNOWN'
106106

107107
- name: Configure AWS Credentials for emitting metrics

0 commit comments

Comments
 (0)