Skip to content

Commit

Permalink
feat: add debugging info on docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dar Malovani committed Aug 23, 2018
1 parent 6eeface commit 716ea3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/docker-entrypoint.sh
@@ -1,5 +1,7 @@
#!/bin/bash

set -v

OUTPUT_FILE=snyk-result.json
ERROR_FILE=snyk-error.log
HTML_FILE=snyk_report.html
Expand Down

0 comments on commit 716ea3e

Please sign in to comment.