Skip to content

Commit 571a510

Browse files
authored
Update image scan to point to 2.11.1 release (#1099)
*Description of changes:* Update owasp.yml to scan 2.11.1 release. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 47a3c83 commit 571a510

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
@@ -97,15 +97,15 @@ jobs:
9797
id: high_scan_v2
9898
uses: ./.github/actions/image_scan
9999
with:
100-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.0"
100+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.1"
101101
severity: 'CRITICAL,HIGH'
102102

103103
- name: Perform low image scan on v2
104104
if: always()
105105
id: low_scan_v2
106106
uses: ./.github/actions/image_scan
107107
with:
108-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.0"
108+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.1"
109109
severity: 'MEDIUM,LOW,UNKNOWN'
110110

111111
- name: Configure AWS Credentials for emitting metrics

0 commit comments

Comments
 (0)