Skip to content

Commit

Permalink
Upgrade image scan to use v2.0.0 in v2 release branch (#1034)
Browse files Browse the repository at this point in the history
*Description of changes:*
Use v2.0.0 in the v2 release branch.


By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Co-authored-by: $(git --no-pager log --format=format:'%an' -n 1) <$(git --no-pager log --format=format:'%ae' -n 1)>
  • Loading branch information
bjrara authored Mar 6, 2025
1 parent 3aceb87 commit e3ea5ab
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.6"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.0"
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.6"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.0.0"
severity: 'MEDIUM,LOW,UNKNOWN'

- name: Configure AWS Credentials for emitting metrics
Expand Down

0 comments on commit e3ea5ab

Please sign in to comment.