This documentation has moved to docs.cli.vulnetix.com/docs/ci-cd/bitbucket.
pipelines:
default:
- step:
name: Vulnetix Security Scan
image: golang:latest
script:
- go install github.com/vulnetix/cli@latest
- vulnetix auth login --method apikey --org-id "$VULNETIX_ORG_ID" --secret "$VULNETIX_API_KEY" --store project
- vulnetixSee the full documentation for pipeline templates and advanced configuration.