We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea18a9 commit a45ba25Copy full SHA for a45ba25
.github/workflows/owasp.yml
@@ -77,15 +77,15 @@ jobs:
77
id: high_scan
78
uses: ./.github/actions/image_scan
79
with:
80
- 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"
81
severity: 'CRITICAL,HIGH'
82
83
- name: Perform low image scan
84
if: always()
85
id: low_scan
86
87
88
89
severity: 'MEDIUM,LOW,UNKNOWN'
90
91
- name: Configure AWS Credentials for emitting metrics
0 commit comments