Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

GitHub action for performing SAST scanning using various oss tools such as gitleaks, bandit, findsecbugs etc

License

Notifications You must be signed in to change notification settings

AppThreat/sast-scan-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

GitHub action for performing SAST scanning using various oss tools such as gitleaks, bandit, findsecbugs etc

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published