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:
82
82
id : high_scan
83
83
uses : ./.github/actions/image_scan
84
84
with :
85
- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.3 .0"
85
+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.4 .0"
86
86
severity : ' CRITICAL,HIGH'
87
87
88
88
- name : Perform low image scan
89
89
if : always()
90
90
id : low_scan
91
91
uses : ./.github/actions/image_scan
92
92
with :
93
- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.3 .0"
93
+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-python:v0.4 .0"
94
94
severity : ' MEDIUM,LOW,UNKNOWN'
95
95
96
96
- name : Configure AWS Credentials for emitting metrics
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.3 .0.dev0"
4
+ __version__ = "0.4 .0.dev0"
You can’t perform that action at this time.
0 commit comments