Travis CI
Learn how to integrate Fortify SCA with Travis CI.
Last updated
Was this helpful?
Was this helpful?
jobs:
include:
- stage: Debricked-scan
on:
branch: "*"
env:
- DEBRICKED_TOKEN=${DEBRICKED_TOKEN}
before_install: curl -LsS https://github.com/debricked/cli/releases/download/release-v2/cli_linux_x86_64.tar.gz | tar -xz debricked
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.m2
- $HOME/.cache/pip
script: ./debricked scan