sast-scan
Actionssast-scan is a free and open-source Static Analysis Security Testing (SAST) tool for a range of languages
1.0.2
LatestBy AppThreat
Tags
(2)This action wraps the oss sast scanning tool called sast-scan. sast-scan supports a range of free and open source SAST scanners and comes with optimal configurations for various languages and frameworks.
With minimal configuration
- uses: AppThreat/sast-scan-action@master
with:
type: "python"Upload reports to build artifacts
- uses: AppThreat/sast-scan-action@master
with:
type: "python"
- uses: actions/upload-artifact@v1
with:
name: reports
path: reportssast-scan is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.