Skip to content

Commit

Permalink
trufflehog
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanyaniv committed Feb 1, 2024
1 parent 7f678a7 commit 78a1ebf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .drp/trufflehog_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
project_exclusion_list:
exclusion_folders:
- .drp
- .github
- examples
- cloudify_docker/tests/
# - test
# - jenkins
# - buildroot
# - buildroot
exclusion_file_paths:
- Makefile
# - package/tpm2-tools/tpm2-tools.hash
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@
2.0.14:
- updated circleci context & added wagon for py 3.11.
2.0.15: Release with DSL 1.5 plugin YAML.
2.0.16: added .drp folder for trufflehog.
2 changes: 1 addition & 1 deletion cloudify_docker/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '2.0.15'
version = '2.0.16'
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: cloudify-docker-plugin
package_version: 2.0.15
package_version: 2.0.16
dsl_definitions:
client_config:
client_config: &id001
Expand Down
2 changes: 1 addition & 1 deletion plugin_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: 'cloudify-docker-plugin'
package_version: '2.0.15'
package_version: '2.0.16'

dsl_definitions:

Expand Down
2 changes: 1 addition & 1 deletion plugin_1_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: 'cloudify-docker-plugin'
package_version: '2.0.15'
package_version: '2.0.16'

dsl_definitions:

Expand Down
2 changes: 1 addition & 1 deletion v2_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins:
docker:
executor: central_deployment_agent
package_name: cloudify-docker-plugin
package_version: 2.0.15
package_version: 2.0.16
dsl_definitions:
client_config:
client_config: &id001
Expand Down

0 comments on commit 78a1ebf

Please sign in to comment.