-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
54 lines (52 loc) · 1.49 KB
/
action.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name: "listen.dev"
description: "Proactive Security Monitoring Inside GitHub Actions."
author: "The listen.dev team <engineering@garnet.ai>"
inputs:
token:
description: "The GitHub API token."
required: true
default: ${{ github.token }}
jwt:
description: "The listen.dev JWT token."
required: false
default: ""
lstn:
description: "The lstn CLI version."
required: false
default: "latest"
runtime:
description: "Whether to only or also use our eavesdrop tool to inspect the runtime threats in your CI. A listen.dev JWT token is mandatory."
required: false
default: "false"
workdir:
description: "Working directory relative to the root directory."
required: false
default: "."
config:
description: "The path of the configuration file."
required: false
default: ""
reporter:
description: "Preferred reporting mechanisms (gh-pull-comment,gh-pull-review,gh-pull-check,pro)"
required: false
default: "gh-pull-comment"
select:
description: "JSONPath script expression to filter the output verdicts"
required: false
default: ""
lstn_flags:
description: "Additional lstn CLI flags"
required: false
default: ""
eavesdrop_version:
description: "Use a custom version of our CI eavesdrop tool"
required: false
default: ""
runs:
using: "node20"
main: "dist/index.js"
post: "dist/index.js"
# https://actions-cool.github.io/github-action-branding/
branding:
icon: 'shield'
color: 'green'