Skip to content

Travis CI

Integration with Travis CI

Here is a minimal configuration to setup scan with Travis CI,

services:
  - docker

script:
  - docker run -v $PWD:/app shiftleft/sast-scan scan --build

Last update: January 25, 2023