forked from codefresh-contrib/anchore-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yml
More file actions
25 lines (25 loc) · 776 Bytes
/
plugin.yml
File metadata and controls
25 lines (25 loc) · 776 Bytes
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
image: codefreshplugins/anchore-plugin
description: Analyze Docker images and generate a detailed manifest using Anchore
version: 0.1.0
keywords:
- anchore
- security
- scan
categories:
- security
sources:
- https://github.com/codefresh-contrib/anchore-plugin
icon: https://raw.githubusercontent.com/codefresh-plugins/anchore-plugin/master/icon.jpg
maintainers:
- name: Jeremy Valance
envs:
- name: ANCHORE_CLI_URL
description: "The address of the Anchore server"
- name: ANCHORE_CLI_USER
description: "Anchore account name"
- name: ANCHORE_CLI_PASS
description: "Anchore account password"
- name: ANCHORE_FAIL_ON_POLICY
description: "Fail build if policy evaluation fails"
- name: ANCHORE_CLI_IMAGE
description: "Name of the image to scan with Anchore"