Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 633 Bytes

File metadata and controls

19 lines (15 loc) · 633 Bytes

Bitbucket Pipelines

This documentation has moved to docs.cli.vulnetix.com/docs/ci-cd/bitbucket.

Quick Start

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
          - vulnetix

See the full documentation for pipeline templates and advanced configuration.