-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
61 lines (58 loc) · 1.86 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
55
56
57
58
59
60
61
name: Upload Tool Results To Pixeebot
description:
Uploads results from a code scanning tool to Pixeebot, so that Pixeebot may
automatically fix issues found.
inputs:
pixee-api-url:
description: The base URL of the Pixee API
default: https://api.pixee.ai
tool:
description: >
The supported code scanning tool that produced the results being uploaded.
Allowed values: 'sonar', 'codeql', 'semgrep', 'defectdojo', 'contrast',
'snyk', 'checkmarx', 'polaris'
required: true
file:
description: Path to the tool's results file to share with Pixeebot.
required: false
sonar-token:
description: Token for authenticating requests to Sonar.
required: false
sonar-component-key:
description: Key identifying the Sonar component to be analyzed.
required: false
sonar-host-url:
description: SonarCloud or SonarQube host URL.
default: https://sonarcloud.io
defectdojo-token:
description: Token for authenticating requests to DefectDojo.
required: false
defectdojo-api-url:
description: Base URL of the DefectDojo API.
required: false
defectdojo-product-name:
description: Key identifying the DefectDojo product to be analyzed.
required: false
contrast-api-url:
description: Base URL of the Contrast API.
required: false
contrast-org-id:
description:
Unique identifier for the organization in Contrast that needs to be
analyzed.
required: false
contrast-app-id:
description: Unique identifier for the specific application within Contrast.
required: false
contrast-api-key:
description: Api key for authenticating requests to Contrast.
required: false
contrast-token:
description: Token for authenticating requests to Contrast.
required: false
runs:
using: "node20"
main: dist/index.js
branding:
icon: git-pull-request
color: purple