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 1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
2
version: v1.25.0
3
3
# 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: {}
10
5
patch: {}
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
34
34
35
35
# Install gcloud
36
36
RUN 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
38
38
ENV PATH=/google-cloud-sdk/bin:$PATH
39
39
RUN rm /install.sh
40
40
RUN apk del curl bash
You can’t perform that action at this time.
0 commit comments