Simple example of a Snyk task to test an application
The following is a simple example of a Snyk task to test an application's open-source dependencies (SCA).
- task: SnykSecurityScan@1
inputs:
serviceConnectionEndpoint: 'snykToken'
testType: 'app'
monitorWhen: 'always'
failOnIssues: true
PreviousExample of a Snyk task to test a node.js (npm)-based applicationNextExample of a Snyk task for a container image pipeline
Last updated
Was this helpful?