Skip to content

Commit 7903dbf

Browse files
authored
Update owasp.yml to scan 2.11.4 release (#1172)
*Description of changes:* Update owasp.yml to scan 2.11.4 release. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: $(git --no-pager log --format=format:'%an' -n 1) <$(git --no-pager log --format=format:'%ae' -n 1)>
1 parent 5e03532 commit 7903dbf

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.3"
115+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.4"
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.3"
124+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.4"
125125
severity: 'MEDIUM,LOW,UNKNOWN'
126126
logout: 'false'
127127

0 commit comments

Comments
 (0)