Skip to content

Commit f1b451b

Browse files
Merge pull request #573 from snyk/chore/fix-vulns
fix: vulns
2 parents b43d7f0 + 4873206 commit f1b451b

File tree

4 files changed

+1856
-1266
lines changed

4 files changed

+1856
-1266
lines changed

.snyk

Lines changed: 0 additions & 40 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COPY --chown=snyk:snyk --from=skopeo-build /etc/containers/registries.d/default.
4040
COPY --chown=snyk:snyk --from=skopeo-build /etc/containers/policy.json /etc/containers/policy.json
4141

4242
# Add manifest files and install before adding anything else to take advantage of layer caching
43-
ADD --chown=snyk:snyk package.json package-lock.json .snyk ./
43+
ADD --chown=snyk:snyk package.json package-lock.json ./
4444

4545
# The `.config` directory is used by `snyk protect` and we also mount a K8s volume there at runtime.
4646
# This clashes with OpenShift 3 which mounts things differently and prevents access to the directory.

0 commit comments

Comments
 (0)