-
Notifications
You must be signed in to change notification settings - Fork 1
/
plugin.yml
32 lines (32 loc) · 892 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
name: Lacework
description: Secure your cloud from build to run and respond effectively with risk and threat insights
author: https://github.com/buildkite-plugins
requirements:
- lacework
- docker
configuration:
properties:
scan-type:
enum: [ "sca", "iac", "vulnerability","sast" ]
iac-scan-type:
enum: [ "cloudformation-scan", "kubernetes-scan", "helm-scan","terraform-scan","kustomize-scan","secrets-scan" ]
vulnerability-scan-repository:
type: string
vulnerability-scan-tag:
type: string
fail-level:
enum: [ "critical", "high", "medium","low","info" ]
account-name:
type: string
api-key-env-var:
type: string
api-key-secret-env-var:
type: string
access-token-env-var:
type: string
profile:
type: string
required:
- account-name
- scan-type
additionalProperties: false