-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
47 lines (45 loc) · 1.63 KB
/
action.yml
File metadata and controls
47 lines (45 loc) · 1.63 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
37
38
39
40
41
42
43
44
45
46
47
# Copyright (c) 2024 Black Duck Software, Inc. All rights reserved worldwide.
name: 'Intelligent Security Scan'
description: 'Initiate optimized SAST/SCA scans based on code changes and policy with filtered results for display in GitHub.'
author: 'DevSecOps Team @ Black Duck Software, Inc.'
branding:
icon: 'shield'
color: 'purple'
inputs:
ioServerUrl:
description: 'The server Host URL for Intelligent Scan Engine eg http://localhost:1111 or https://21b7.ngrok.io'
required: true
default: 'http://localhost:9090'
ioServerToken:
description: 'The server password for Intelligent Scan Engine'
required: false
default: ""
ioManifestUrl:
description: 'HTTP URL to download IO Manifest file synopsys-io.yml'
required: false
workflowServerUrl:
description: 'The server Host URL for Intelligent Scan Workflow Engine eg http://localhost:1111 or https://21b7.ngrok.io'
required: true
default: 'http://localhost:9091'
workflowVersion:
description: 'The workflow jar version to retrieve for Intelligent Scan Engine'
required: false
default: 2023.3.3
runId:
description: 'The run ID from IO stage job'
required: false
default: ''
additionalWorkflowArgs:
description: 'Additional arguments required for workflow engine arguments'
required: true
stage:
description: 'Additional arguments required for workflow engine arguments'
required: true
default: 'IO' # This is either IO or WORKFLOW
manifestType:
description: 'Type of Manifest file for IO'
required: false
default: 'yml' # This is either yml or json
runs:
using: 'node12'
main: 'index.js'