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 b77d02c commit 26f9af9Copy full SHA for 26f9af9
.github/workflows/daily-scan.yml
@@ -95,7 +95,7 @@ jobs:
95
id: high_scan
96
uses: ./.github/actions/image_scan
97
with:
98
- image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12.0"
+ image-ref: "public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12.1"
99
severity: 'CRITICAL,HIGH'
100
logout: 'false'
101
@@ -104,7 +104,7 @@ jobs:
104
id: low_scan
105
106
107
108
severity: 'MEDIUM,LOW,UNKNOWN'
109
110
0 commit comments