File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ignore :
2- - vulnerability : CVE-2023-47038
3- - vulnerability : CVE-2023-5981
42
53 # https://github.com/anchore/grype#specifying-matches-to-ignore
64 # example to ignore a vulnerability
Original file line number Diff line number Diff line change @@ -16,13 +16,4 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y \
1616 && rm -rf /var/lib/apt/lists/* \
1717 && update-ca-certificates
1818
19- RUN echo "deb http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list \
20- && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
21- && apt-get update -y && apt-get install --no-install-recommends -y \
22- google-cloud-sdk \
23- && apt-get clean \
24- && apt-get autoremove -y \
25- && rm -rf /var/lib/apt/lists/* \
26- && update-ca-certificates
27-
2819WORKDIR /out
You can’t perform that action at this time.
0 commit comments