Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sast-scan

Actions
sast-scan is a free and open-source Static Analysis Security Testing (SAST) tool for a range of languages
1.0.2
Latest
Star (11)

Introduction

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.

Usage

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: reports

sast-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.

About

sast-scan is a free and open-source Static Analysis Security Testing (SAST) tool for a range of languages
1.0.2
Latest

sast-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.