Skip to content

Commit

Permalink
trufflehog (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanyaniv committed Feb 11, 2024
1 parent 19cac5a commit d9568ae
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .drp/trufflehog_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
project_exclusion_list:
exclusion_folders:
- .drp
- .github
- examples
- blueprints
- cloudify_gcp/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
@@ -1,3 +1,4 @@
1.9.7: added .drp folder for trufflehog.
1.9.6: Change requirements.
1.9.5:
- add remote manager & unique id to tests.
Expand Down
2 changes: 1 addition & 1 deletion cloudify_gcp/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.9.6'
version = '1.9.7'
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:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: 1.9.6
package_version: 1.9.7
dsl_definitions:
use_external_resource_desc: >
Indicate whether the resource exists or if Cloudify should create the resource, true if you are bringing an existing resource, false if you want cloudify to create it.
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:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: 1.9.6
package_version: 1.9.7
dsl_definitions:
use_external_resource_desc: >
Indicate whether the resource exists or if Cloudify should create the resource, true if you are bringing an existing resource, false if you want cloudify to create it.
Expand Down
2 changes: 1 addition & 1 deletion plugin_1_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: 1.9.6
package_version: 1.9.7
properties_description: Manage Azure resources.
properties:
auth:
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:
gcp_plugin:
executor: central_deployment_agent
package_name: cloudify-gcp-plugin
package_version: 1.9.6
package_version: 1.9.7
dsl_definitions:
use_external_resource_desc: >
Indicate whether the resource exists or if Cloudify should create the resource, true if you are bringing an existing resource, false if you want cloudify to create it.
Expand Down

0 comments on commit d9568ae

Please sign in to comment.