-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
30 lines (30 loc) · 939 Bytes
/
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
name: 'ServiceNow DevOps Security Results'
description: 'Send Security Results to ServiceNow Devops'
inputs:
instance-url:
description: 'ServiceNow Instance URL'
required: true
devops-integration-user-name:
description: 'Devops Integration User Name'
devops-integration-user-password:
description: 'Devops Integration User Password'
devops-integration-token:
description: 'Devops Integration Token'
context-github:
description: 'Github Context'
required: true
job-name:
description: 'Display Name of the Job'
required: true
security-result-attributes:
description: 'Security Results Attributes: For more information on defining the security attributes, View full Marketplace listing link above'
required: true
tool-id:
description: 'Orchestration Tool Id'
required: true
branding:
icon: 'refresh-ccw'
color: 'green'
runs:
using: 'node16'
main: 'dist/index.js'