For the complete documentation index, see llms.txt. This page is also available as Markdown.

Simple example of a Snyk task to run a code test

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: true

Last updated

Was this helpful?