devsecops-engine-tools 1.14.5__py3-none-any.whl → 1.14.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of devsecops-engine-tools might be problematic. Click here for more details.
- devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/trufflehog/trufflehog_run.py +2 -2
- devsecops_engine_tools/version.py +1 -1
- {devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/METADATA +1 -1
- {devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/RECORD +7 -7
- {devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/WHEEL +0 -0
- {devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/entry_points.txt +0 -0
- {devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/top_level.txt +0 -0
|
@@ -126,10 +126,10 @@ class TrufflehogRun(ToolGateway):
|
|
|
126
126
|
repository_name,
|
|
127
127
|
enable_custom_rules
|
|
128
128
|
):
|
|
129
|
-
command = f"{trufflehog_command} filesystem {agent_work_folder + '/' + repository_name} --include-paths {include_path} --exclude-paths {exclude_path} --no-verification --json"
|
|
129
|
+
command = f"{trufflehog_command} filesystem {agent_work_folder + '/' + repository_name} --include-paths {include_path} --exclude-paths {exclude_path} --no-verification --no-update --json"
|
|
130
130
|
|
|
131
131
|
if enable_custom_rules == "true":
|
|
132
|
-
command = command.replace("--no-verification --json", "--config /tmp/rules/trufflehog/custom-rules.yaml --no-verification --json")
|
|
132
|
+
command = command.replace("--no-verification --json", "--config /tmp/rules/trufflehog/custom-rules.yaml --no-verification --no-update --json")
|
|
133
133
|
|
|
134
134
|
result = subprocess.run(command, capture_output=True, shell=True, text=True, encoding='utf-8')
|
|
135
135
|
return result.stdout.strip()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
version = '1.14.
|
|
1
|
+
version = '1.14.6'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
devsecops_engine_tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
devsecops_engine_tools/version.py,sha256=
|
|
2
|
+
devsecops_engine_tools/version.py,sha256=cfoSMAQ3HaafznX-0T8Aha9XhybWUWmETG3FCigdLBw,19
|
|
3
3
|
devsecops_engine_tools/engine_core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
devsecops_engine_tools/engine_core/src/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
5
|
devsecops_engine_tools/engine_core/src/applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -152,7 +152,7 @@ devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/__init__.py,
|
|
|
152
152
|
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
153
153
|
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/trufflehog/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
154
154
|
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/trufflehog/trufflehog_deserealizator.py,sha256=mrSqPrkMiikxQ_uY-rF2I8QvicsOMdMBzTC8CTV3Wk8,2392
|
|
155
|
-
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/trufflehog/trufflehog_run.py,sha256=
|
|
155
|
+
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/driven_adapters/trufflehog/trufflehog_run.py,sha256=Q8KKDu-rFBxmsMnqRRtYMhO3u6e3Uumj61msKQDHVLs,8196
|
|
156
156
|
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/entry_points/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
157
157
|
devsecops_engine_tools/engine_sast/engine_secret/src/infrastructure/entry_points/entry_point_tool.py,sha256=NiA5-pRL6-tMuOa2Al-wIYq3uIMFBQrJd0w7ur16kgs,1049
|
|
158
158
|
devsecops_engine_tools/engine_sca/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -287,8 +287,8 @@ devsecops_engine_tools/engine_utilities/utils/name_conversion.py,sha256=ADJrRGax
|
|
|
287
287
|
devsecops_engine_tools/engine_utilities/utils/printers.py,sha256=amYAr9YQfYgR6jK9a2l26z3oovFPQ3FAKmhq6BKhEBA,623
|
|
288
288
|
devsecops_engine_tools/engine_utilities/utils/session_manager.py,sha256=yNtlT-8Legz1sHbGPH8LNYjL-LgDUE0zXG2rYjiab7U,290
|
|
289
289
|
devsecops_engine_tools/engine_utilities/utils/utils.py,sha256=esLnDBxP9MQBvV8noVohTrdWSVuljTKRpZgrn2kaD_c,192
|
|
290
|
-
devsecops_engine_tools-1.14.
|
|
291
|
-
devsecops_engine_tools-1.14.
|
|
292
|
-
devsecops_engine_tools-1.14.
|
|
293
|
-
devsecops_engine_tools-1.14.
|
|
294
|
-
devsecops_engine_tools-1.14.
|
|
290
|
+
devsecops_engine_tools-1.14.6.dist-info/METADATA,sha256=vctmV-cu7NpZnWIq-d5XTnMy1cLuasXWqz6J8oJt2Jc,10854
|
|
291
|
+
devsecops_engine_tools-1.14.6.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
292
|
+
devsecops_engine_tools-1.14.6.dist-info/entry_points.txt,sha256=9IjXF_7Zpgowq_SY6OSmsA9vZze18a8_AeHwkQVrgKk,131
|
|
293
|
+
devsecops_engine_tools-1.14.6.dist-info/top_level.txt,sha256=ge6y0X_xBAU1aG3EMWFtl9djbVyg5BxuSp2r2Lg6EQU,23
|
|
294
|
+
devsecops_engine_tools-1.14.6.dist-info/RECORD,,
|
|
File without changes
|
{devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{devsecops_engine_tools-1.14.5.dist-info → devsecops_engine_tools-1.14.6.dist-info}/top_level.txt
RENAMED
|
File without changes
|