From a45ba25087876db430bfbc8d2d272110ce337719 Mon Sep 17 00:00:00 2001 From: Michael He <53622546+yiyuan-he@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:32:55 -0700 Subject: [PATCH] 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. --- .github/workflows/owasp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/owasp.yml b/.github/workflows/owasp.yml index 88650263d7..5670ce9757 100644 --- a/.github/workflows/owasp.yml +++ b/.github/workflows/owasp.yml @@ -77,7 +77,7 @@ jobs: id: high_scan uses: ./.github/actions/image_scan with: - image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4" severity: 'CRITICAL,HIGH' - name: Perform low image scan @@ -85,7 +85,7 @@ jobs: id: low_scan uses: ./.github/actions/image_scan with: - image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4" severity: 'MEDIUM,LOW,UNKNOWN' - name: Configure AWS Credentials for emitting metrics