Skip to content

Commit a45ba25

Browse files
authored
Update image scan workflow for v1.32.4 (#914)
*Description of changes:* Final step of MCM: https://mcm.amazon.dev/cms/MCM-112315558/execution/step/e035bb70-e64d-4aee-a26f-ac4c2c11c029 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 2ea18a9 commit a45ba25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/owasp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
id: high_scan
7878
uses: ./.github/actions/image_scan
7979
with:
80-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3"
80+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4"
8181
severity: 'CRITICAL,HIGH'
8282

8383
- name: Perform low image scan
8484
if: always()
8585
id: low_scan
8686
uses: ./.github/actions/image_scan
8787
with:
88-
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3"
88+
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4"
8989
severity: 'MEDIUM,LOW,UNKNOWN'
9090

9191
- name: Configure AWS Credentials for emitting metrics

0 commit comments

Comments
 (0)