From 536c5e9acf6f924e4e18e891953ead8e95a60a90 Mon Sep 17 00:00:00 2001 From: "Mengyi Zhou (bjrara)" Date: Thu, 31 Oct 2024 16:18:45 -0700 Subject: [PATCH] Update image scan to 1.32.5 (#942) *Description of changes:* Update image scan to ADOT Java v1.32.5. 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 5670ce975..fc7a03047 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.4" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.5" 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.4" + image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.5" severity: 'MEDIUM,LOW,UNKNOWN' - name: Configure AWS Credentials for emitting metrics