forked from trufflesecurity/trufflehog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
43 lines (38 loc) · 822 Bytes
/
manifest.yaml
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
name: trufflehog
description: Used to look for secrets in source code
repository: [email protected]:lyft/truffleHog.git
image_type: library
languages:
- python
builder:
name: s2i
params:
builder: lyft/s2ipythonlibrary:c421d769bbd8479005c5a72d3c46b1eac64cc89d
tests:
- name: unit
type: jailed
command: python test_all.py
- name: lint
type: jailed
command: flake8 .
python:
mypy:
python_versions:
- '3.6'
deploy:
- name: staging
legacy: true
role: lyftpypi-staging-iad-deploy
orca: []
- name: production
legacy: true
role: lyftpypi-production-iad-deploy
automatic: true
orca: []
slack: '#security'
notification_overrides:
deploy:
slack: '#security-deploys'
pr_merge:
slack: '#security-deploys'
team_email: [email protected]