-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaction.yml
More file actions
58 lines (56 loc) · 1.67 KB
/
Copy pathaction.yml
File metadata and controls
58 lines (56 loc) · 1.67 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
48
49
50
51
52
53
54
55
56
57
name: 'Veracode Container/IaC/Secrets Scanning GitHub Action'
description: 'Veracode Container/IaC/Secrets Scanning GitHub Action'
author: 'Veracode'
inputs:
vid:
description : 'vid'
required: true
vkey:
description : 'vkey'
required: true
github-token:
description: 'GitHub token to access the repo'
default: ${{ github.token }}
required: true
command:
description : 'Scan command to run (scan|sbon)'
required: true
default: 'scan'
source:
description : 'location of the scan source for the target type.'
required: true
default: '.'
format:
description: 'format in which to output the scan results. Enter one of the following values (json|table)'
required: true
default: 'json'
type:
description: 'Which type of scan to run (image|archive|repo|directory)'
required: true
default: 'directory'
debug:
description: 'debug'
required: false
default: 'false'
fail_build:
description: 'fail_build'
required: false
default: 'false'
fail_build_on_error:
description: 'fail_build_on_error'
required: false
default: 'false'
platformType:
description: 'Specifies the platform environment type — use CLOUD for GitHub.com or ENTERPRISE for GitHub Enterprise Server (GHES).'
default: 'CLOUD'
required: false
generate_sbom_output:
description: 'Generate SBOM files as part of the scan'
default: 'true'
required: false
policy:
description: 'Policy name from Veracode platform to use for policy evaluation. The policy name will be URL encoded automatically (e.g., %26 for &, %2F for /).'
required: false
runs:
using: 'node20'
main: 'dist/index.js'