Skip to content

Commit dfdf89d

Browse files
committed
trufflehog
1 parent ef71278 commit dfdf89d

File tree

7 files changed

+25
-5
lines changed

7 files changed

+25
-5
lines changed

.drp/trufflehog_config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
project_exclusion_list:
3+
exclusion_folders:
4+
- .drp
5+
- .github
6+
- examples
7+
- test
8+
- jenkins
9+
- helm_sdk/tests
10+
- cloudify_helm/tests
11+
exclusion_file_paths:
12+
- Makefile
13+
- dev-requirements.txt
14+
- .gitignore
15+
- CHANGELOG.txt
16+
- README.md
17+
- tox.ini
18+
- requirements.in
19+
- cloudify_cloudinit/README.md

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,4 @@
5454
0.4.8: Handle issue with permissions.
5555
0.4.9: Rerelease for manylinux.
5656
0.4.10: Rerelease without cfylint.
57+
0.4.11: add .drp folder for trufflehog.

cloudify_helm/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.4.10'
1+
version = '0.4.11'

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
helm:
33
executor: central_deployment_agent
44
package_name: cloudify-helm-plugin
5-
package_version: 0.4.10
5+
package_version: 0.4.11
66

77
dsl_definitions:
88
helm_configuration:

plugin_1_4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
helm:
33
executor: central_deployment_agent
44
package_name: cloudify-helm-plugin
5-
package_version: '0.4.10'
5+
package_version: '0.4.11'
66

77
dsl_definitions:
88

plugin_1_5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
helm:
33
executor: central_deployment_agent
44
package_name: cloudify-helm-plugin
5-
package_version: '0.4.10'
5+
package_version: '0.4.11'
66

77
dsl_definitions:
88

v2_plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
helm:
33
executor: central_deployment_agent
44
package_name: cloudify-helm-plugin
5-
package_version: 0.4.10
5+
package_version: 0.4.11
66

77
dsl_definitions:
88
helm_configuration:

0 commit comments

Comments
 (0)