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

Commit

Permalink
Made type optional
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhu committed Jan 13, 2020
1 parent 7479651 commit 4d0f956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "sast-scan"
description: "This action wraps the [oss sast](https://github.com/AppThreat/sast-scan/) scanning tool called `sast-scan`."
description: "sast-scan is a free and open-source Static Analysis Security Testing (SAST) tool for a range of languages."
inputs:
src:
description: "Source directory to scan. Defaults to workspace"
Expand All @@ -10,8 +10,8 @@ inputs:
required: false
default: "/github/workspace/reports"
type:
description: "Project type. Eg: java, python, nodejs"
required: true
description: "Project type. Eg: java, python, nodejs. Comma separated values allowed."
required: false
runs:
using: "docker"
image: "docker://quay.io/appthreat/sast-scan:latest"
Expand Down

0 comments on commit 4d0f956

Please sign in to comment.