File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
aws-opentelemetry-distro/src/amazon/opentelemetry/distro Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
id : high_scan
96
96
uses : ./.github/actions/image_scan
97
97
with :
98
- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.11 .0"
98
+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12 .0"
99
99
severity : ' CRITICAL,HIGH'
100
100
logout : ' false'
101
101
@@ -104,7 +104,7 @@ jobs:
104
104
id : low_scan
105
105
uses : ./.github/actions/image_scan
106
106
with :
107
- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.11 .0"
107
+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.12 .0"
108
108
severity : ' MEDIUM,LOW,UNKNOWN'
109
109
logout : ' false'
110
110
Original file line number Diff line number Diff line change 1
1
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- __version__ = "0.12.0"
4
+ __version__ = "0.12.0.dev0 "
You can’t perform that action at this time.
0 commit comments