File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 id : high_scan_v2
111111 uses : ./.github/actions/image_scan
112112 with :
113- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.5 "
113+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.20.0 "
114114 severity : ' CRITICAL,HIGH'
115115 logout : ' false'
116116
@@ -119,7 +119,7 @@ jobs:
119119 id : low_scan_v2
120120 uses : ./.github/actions/image_scan
121121 with :
122- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.11.5 "
122+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v2.20.0 "
123123 severity : ' MEDIUM,LOW,UNKNOWN'
124124 logout : ' false'
125125
Original file line number Diff line number Diff line change 1313 * permissions and limitations under the License.
1414 */
1515
16- val adotVersion = " 2.20.0"
16+ val adotVersion = " 2.20.0-SNAPSHOT "
1717
1818allprojects {
1919 if (! project.hasProperty(" release.version" )) {
You can’t perform that action at this time.
0 commit comments