Skip to content

Commit

Permalink
Update image scan to 1.32.5 (#942)
Browse files Browse the repository at this point in the history
*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.
  • Loading branch information
bjrara authored Oct 31, 2024
1 parent 409d1d4 commit 536c5e9
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.4"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.5"
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.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
Expand Down

0 comments on commit 536c5e9

Please sign in to comment.