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: May 6, 2020
Here is a minimal configuration to setup scan with Travis CI,
services:
- docker
script:
- docker run -v $PWD:/app shiftleft/sast-scan scan --build