We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f83fa2 commit 4069b52Copy full SHA for 4069b52
.github/workflows/daily-scan.yml
@@ -112,7 +112,7 @@ jobs:
112
id: high_scan_v2
113
uses: ./.github/actions/image_scan
114
with:
115
- image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.4"
+ image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.5"
116
severity: 'CRITICAL,HIGH'
117
logout: 'false'
118
@@ -121,7 +121,7 @@ jobs:
121
id: low_scan_v2
122
123
124
125
severity: 'MEDIUM,LOW,UNKNOWN'
126
127
0 commit comments