Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 320 Bytes

simple-example-of-a-snyk-task-to-test-an-application.md

File metadata and controls

12 lines (10 loc) · 320 Bytes

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@0
  inputs:
    serviceConnectionEndpoint: 'snykToken'
    testType: 'app'
    monitorWhen: 'always'
    failOnIssues: true