forked from buildkite-plugins/wiz-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
47 lines (47 loc) · 998 Bytes
/
plugin.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
38
39
40
41
42
43
44
45
46
47
name: "Wiz Security Scanner"
description: Integrates wiz security scanning for infrastructure-as-code and docker images
author: https://github.com/blstrco, https://github.com/buildkite-plugins
public: true
requirements:
- docker
configuration:
properties:
api-secret-env:
type: string
image-address:
type: string
wiz-dir:
type: string
output-format:
type: string
enum:
- human
- json
- sarif
default: human
parameter-files:
type: string
path:
type: string
scan-type:
type: string
enum:
- dir
- docker
- iac
show-secret-snippets:
type: boolean
default: false
iac-type:
type: string
enum:
- Ansible
- AzureResourceManager
- Cloudformation
- Dockerfile
- GoogleCloudDeploymentManager
- Kubernetes
- Terraform
required:
- scan-type
additionalProperties: false