ovotech / circleci-orbs

CircleCI Orbs
MIT License
52 stars 37 forks source link

Avoid hitting snyk monitor twice in the Clojure orb #477

Closed kelveden closed 2 years ago

kelveden commented 2 years ago

The snyk/scan implicitly will run a monitor if the main command succeeds. In our case, the command is monitor, so it runs twice.

We could just disable the monitor-on-build but instead let's use an innocuous command version and let the snyk orb work out how to run a monitor.