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 @@ -82,15 +82,15 @@ jobs:
8282 id : high_scan
8383 uses : ./.github/actions/image_scan
8484 with :
85- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.10.0 "
85+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.10.1 "
8686 severity : ' CRITICAL,HIGH'
8787
8888 - name : Perform low image scan
8989 if : always()
9090 id : low_scan
9191 uses : ./.github/actions/image_scan
9292 with :
93- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.10.0 "
93+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.10.1 "
9494 severity : ' MEDIUM,LOW,UNKNOWN'
9595
9696 - name : Configure AWS Credentials for emitting metrics
Original file line number Diff line number Diff line change 11# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4- __version__ = "0.10.1"
4+ __version__ = "0.10.1.dev0 "
You can’t perform that action at this time.
0 commit comments