-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaction.yml
More file actions
36 lines (36 loc) · 1.36 KB
/
action.yml
File metadata and controls
36 lines (36 loc) · 1.36 KB
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: 'Quality Clouds Build Check for Salesforce'
description: 'Quality Clouds Build Check for Salesforce'
branding:
icon: 'cloud'
color: 'blue'
inputs:
token:
description: 'You need to provide a valid API key to connect the Quality Clouds ruleset against which your code will be checked'
required: true
mode:
description: 'Use cloud mode to runh a Feature branch scan'
required: false
url_id:
description: 'The instance Id. Required when cloud mode is enabled.'
required: false
api_url:
description: 'Use cloud mode to runh a Feature branch scan'
required: false
version:
description: 'Customize runner version'
required: false
review:
description: 'Only used if mode == cloud. Boolean. default False. If True, scan will create a pull request review with inline comments with the issues '
required: false
pr_fails_on_blockers:
description: 'Only used if mode == cloud. Boolean. default False. Determine if the PR should be marked as failed when the Quality Gate does not pass.'
required: false
allIssues:
description: 'Only used if mode == cloud. Boolean. default False. If True, scan results will show blockers and no blocker issues'
required: false
gitHubToken:
description: 'Only used if review == True. secrets.GITHUB_TOKEN'
required: false
runs:
using: 'node12'
main: 'dist/index.js'