bitbucket-pipelines.yml
(YAML) file located in the root of your repository. This file that defines all your build configurations (pipelines for your CI/CD workflow)..yml
file configuration, select the correct language, and use the Bitbucket Pipes build directory when adding the Snyk pipe.npm install / composer install / bundle install / dotnet restore / docker build
package.json
, package-lock.json
) and performs the scan.- pipe: snyk/snyk-scan:0.4.6
package.json
), equivalent to --file= in the CLI.