Skip to content
check

GitHub Action

sast-scan

1.0.2 Latest version

sast-scan

check

sast-scan

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

Installation

Copy and paste the following snippet into your .yml file.

              

- name: sast-scan

uses: AppThreat/[email protected]

Learn more about this action in AppThreat/sast-scan-action

Choose a version

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