dvsa / dvsa-lambda-starter

A starting pattern for AWS lambda in Typescript
MIT License
5 stars 4 forks source link

Update Snyk command to `test` in CI #65

Closed JoshuaLicense closed 2 years ago

JoshuaLicense commented 2 years ago

Description

Snyk monitor command is async and will not fail on the CI. This PR changes the command to test which is more appropriate for CI (https://support.snyk.io/hc/en-us/articles/360002847677-Can-snyk-monitor-send-a-fail-code-like-snyk-test-or-do-you-need-to-run-both-to-save-results-and-fail-a-test-).

Type of change

Checklist: