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 @@ -77,15 +77,15 @@ jobs:
7777 id : high_scan
7878 uses : ./.github/actions/image_scan
7979 with :
80- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3 "
80+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4 "
8181 severity : ' CRITICAL,HIGH'
8282
8383 - name : Perform low image scan
8484 if : always()
8585 id : low_scan
8686 uses : ./.github/actions/image_scan
8787 with :
88- image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.3 "
88+ image-ref : " public.ecr.aws/aws-observability/adot-autoinstrumentation-java:v1.32.4 "
8989 severity : ' MEDIUM,LOW,UNKNOWN'
9090
9191 - name : Configure AWS Credentials for emitting metrics
Original file line number Diff line number Diff line change 1313# permissions and limitations under the License.
1414
1515# Stage 1: Build the cp-utility binary
16- FROM rust:1.75 as builder
16+ FROM public.ecr.aws/docker/library/ rust:1.75 as builder
1717
1818WORKDIR /usr/src/cp-utility
1919COPY ./tools/cp-utility .
You can’t perform that action at this time.
0 commit comments