Skip to content

Commit

Permalink
Update image scan workflow for v1.32.4 (#914)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
yiyuan-he authored Oct 17, 2024
1 parent 2ea18a9 commit a45ba25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ 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
if: always()
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
Expand Down

0 comments on commit a45ba25

Please sign in to comment.