We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6b004 commit c152e74Copy full SHA for c152e74
Dockerfile
@@ -11,6 +11,7 @@ RUN adduser -D $USER \
11
&& chmod 0440 /etc/sudoers.d/$USER
12
13
# Set the working directory inside the container
14
+USER $USER
15
WORKDIR $HOME/app
16
17
# Copy the package.json and lock file to install dependencies
trivy.yaml
@@ -1,6 +1,6 @@
1
format: json
2
exit-code: 1
3
-debug: true
+debug: false
4
scan:
5
scanners:
6
- vuln
0 commit comments