From d9568ae32876789042d78bbb1de03262d29498e8 Mon Sep 17 00:00:00 2001 From: kaplanyaniv <87370053+kaplanyaniv@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:44:38 +0200 Subject: [PATCH] trufflehog (#223) --- .drp/trufflehog_config.yml | 15 +++++++++++++++ CHANGELOG.txt | 1 + cloudify_gcp/__version__.py | 2 +- plugin.yaml | 2 +- plugin_1_4.yaml | 2 +- plugin_1_5.yaml | 2 +- v2_plugin.yaml | 2 +- 7 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 .drp/trufflehog_config.yml diff --git a/.drp/trufflehog_config.yml b/.drp/trufflehog_config.yml new file mode 100644 index 0000000..7132927 --- /dev/null +++ b/.drp/trufflehog_config.yml @@ -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 diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1de3afe..048eeb9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/cloudify_gcp/__version__.py b/cloudify_gcp/__version__.py index 59ca2ba..ce866b3 100644 --- a/cloudify_gcp/__version__.py +++ b/cloudify_gcp/__version__.py @@ -1 +1 @@ -version = '1.9.6' +version = '1.9.7' diff --git a/plugin.yaml b/plugin.yaml index 7669a72..e5b216b 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -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. diff --git a/plugin_1_4.yaml b/plugin_1_4.yaml index 784d220..be50b47 100644 --- a/plugin_1_4.yaml +++ b/plugin_1_4.yaml @@ -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. diff --git a/plugin_1_5.yaml b/plugin_1_5.yaml index 8490188..72bbb18 100644 --- a/plugin_1_5.yaml +++ b/plugin_1_5.yaml @@ -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: diff --git a/v2_plugin.yaml b/v2_plugin.yaml index dabda80..d84aabd 100644 --- a/v2_plugin.yaml +++ b/v2_plugin.yaml @@ -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.