CircleCI
Learn how to integrate Fortify SCA with CircleCI.
Last updated
Was this helpful?
Was this helpful?
version: 2.1
jobs:
scan:
docker:
- image: cimg/base:current
steps:
- checkout
- run: curl -LsS https://github.com/debricked/cli/releases/download/release-v2/cli_linux_x86_64.tar.gz | tar -xz debricked
- run: ./debricked scan
workflows:
debricked-scan:
jobs:
- scan