Skip to content

Commit d345cda

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

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
@@ -112,7 +112,7 @@ jobs:
112112
id: high_scan_v2
113113
uses: ./.github/actions/image_scan
114114
with:
115-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.2"
115+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.3"
116116
severity: 'CRITICAL,HIGH'
117117
logout: 'false'
118118

@@ -121,7 +121,7 @@ jobs:
121121
id: low_scan_v2
122122
uses: ./.github/actions/image_scan
123123
with:
124-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.2"
124+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.3"
125125
severity: 'MEDIUM,LOW,UNKNOWN'
126126
logout: 'false'
127127

0 commit comments

Comments
 (0)