Simple example of a Snyk task to run a code test
A simple example of a Snyk task to run a Snyk Code test in Azure Pipelines
The following is a simple example of a Snyk task to run a Snyk Code test.
- task: SnykSecurityScan@1
inputs:
serviceConnectionEndpoint: 'snykToken'
testType: 'code'
codeSeverityThreshold: 'medium'
failOnIssues: truePreviousExample of a Snyk task to test application code
NextBitbucket Pipelines integration using a Snyk pipe
Last updated
Was this helpful?

