Skip to content

Commit

Permalink
Update image scan workflow to v1.32.6 (#970)
Browse files Browse the repository at this point in the history
*Description of changes:*

Updating image scan workflow to v1.32.6 as part of MCM release for new
version.

**NOTE: MERGE AFTER
#969

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 Dec 10, 2024
1 parent 7df4423 commit f3c87ee
Show file tree
Hide file tree
Showing 74 changed files with 8,726 additions and 335 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.5"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.6"
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.5"
image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.6"
severity: 'MEDIUM,LOW,UNKNOWN'

- name: Configure AWS Credentials for emitting metrics
Expand Down
206 changes: 206 additions & 0 deletions licenses/annotations-2.29.23.jar/META-INF/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions licenses/annotations-2.29.23.jar/META-INF/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f3c87ee

Please sign in to comment.