Skip to content

Commit 7eb169d

Browse files
authored
Merge branch 'staging' into fix/remove-redundant-snyk-scanning
2 parents be1c474 + 29fad83 commit 7eb169d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.snyk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: 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: {}
105
patch: {}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
3434

3535
# Install gcloud
3636
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
3838
ENV PATH=/google-cloud-sdk/bin:$PATH
3939
RUN rm /install.sh
4040
RUN apk del curl bash

0 commit comments

Comments
 (0)