Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
giving a more verbose project name
  • Loading branch information
mtyates committed Sep 13, 2019
commit f5c9ddd05a9e44ed116d5f6927533a606ec97207
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs: # a collection of steps
command: snyk auth $SNYK_TOKEN
- run: # run snyk monitor
name: snyk monitor
command: snyk monitor --project-name=$CIRCLE_BUILD_NUM > test.txt
command: snyk monitor --project-name=circle-build-$CIRCLE_BUILD_NUM > test.txt
- run: # run snyk test - run snyk test
name: snyk test & Report
command: snyk test --json | snyk-to-html -o results.html
Expand Down