-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
37 lines (34 loc) · 1.01 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
name: "jaguarportal-submit"
description: "Submit result analysis SBFL to Jaguar Portal and report on GitHub Action and Pull Request"
author: "ericksonlbs"
inputs:
jaguarPortalProjectKey:
description: "The key of the Jaguar Portal project"
required: true
jaguarPortalHostUrl:
description: "The Jaguar Portal server URL"
default: https://jaguarportalcloud.io
required: true
jaguarPortalClientId:
description: "The Client Id from Jaguar Portal"
required: true
jaguarPortalClientSecret:
description: "The Client Secret from Jaguar Portal"
required: true
jaguarPortalAnalysisPath:
description: "The analysis path"
required: true
default: /target
jaguarPortalSourcePath:
description: "The source path"
required: true
default: /src/main/java
jaguarPortalGitHubAccessToken:
description: "GitHub Access Token to write comment in pull request"
required: false
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: 'check-square'
color: 'blue'