-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaction.yaml
36 lines (33 loc) · 894 Bytes
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: "GoKart Scanner"
description: "Scan your code with GoKart to finds vulnerabilities using the SSA (single static assignment) form of Go source code."
author: "Dwi Siswanto"
branding:
icon: "check"
color: "green"
runs:
using: "docker"
image: "Dockerfile"
inputs:
directory:
description: "scan on a Go module in the directory"
required: false
default: "."
input:
description: "input path to custom yml file"
required: false
output:
description: "file path to write findings output"
required: true
default: "results"
globalsTainted:
description: "marks global variables as dangerous"
required: false
remoteModule:
description: "Remote gomodule to scan"
required: false
debug:
description: "outputs debug logs"
required: false
verbose:
description: "outputs full trace of taint analysis"
required: false