File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 11# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22version: v1.25.0
33# ignores vulnerabilities until expiry date; change duration by modifying expiry date
4- ignore:
5- SNYK-JS-INFLIGHT-6095116:
6- - '*':
7- reason: Needs some work to remove the dependency and need to release a fix. The ignore window is short.
8- expires: 2023-12-02T14:33:00.260Z
9- created: 2023-12-01T14:33:00.260Z
4+ ignore: {}
105patch: {}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
3434
3535# Install gcloud
3636RUN curl -sL https://sdk.cloud.google.com > /install.sh
37- RUN bash /install.sh --disable-prompts --install-dir=/ && rm /google-cloud-sdk/bin/anthoscli && rm -rf /google-cloud-sdk/platform
37+ RUN bash /install.sh --disable-prompts --install-dir=/ && rm -rf /google-cloud-sdk/platform
3838ENV PATH=/google-cloud-sdk/bin:$PATH
3939RUN rm /install.sh
4040RUN apk del curl bash
You can’t perform that action at this time.
0 commit comments