Skip to content

Commit

Permalink
Only look for moderate and above vulnerabilities (#201)
Browse files Browse the repository at this point in the history
There's currently a low-level vulnerability that's blocking all builds
  • Loading branch information
gregtyler committed Jan 14, 2020
1 parent 93049fa commit 0de566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile
Expand Up @@ -12,7 +12,7 @@ RUN npm install

# Check linting
RUN npm run lint
RUN npm audit
RUN npm audit --audit-level=moderate

# Build assets
RUN NODE_ENV=production npm run build
Expand Down

0 comments on commit 0de566d

Please sign in to comment.