forked from kitabisa/gokart-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yaml
37 lines (32 loc) · 907 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
37
name: "GoKart Scanner"
description: "Scan your Golang code for vulnerabilities with GoKart"
branding:
icon: "check"
color: "green"
author: "Svetlin Ralchev"
runs:
using: "docker"
image: "Dockerfile"
inputs:
working_directory:
description: "Directory to run the action on, from the repo root."
default: '.'
config_file:
description: "The path to the config file."
default: "/etc/gokart.yaml"
required: false
report_file:
description: "The path to write the report."
required: false
report_format:
description: "The report format (json, sarif)."
required: false
gokart_args:
description: "Space seperated args specified here will be added during gokart execution."
required: false
github_token:
description: "github personal access token"
required: false
outputs:
gokart-return-code:
description: 'gokart command return code'