Skip to content

Commit

Permalink
deploy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jcamilomolinar committed Jan 3, 2025
1 parent b95746e commit 9bbf9e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ def run_tool_secret_scan(

if config_tool[tool]["ENABLE_CUSTOM_RULES"]:
Utils().configurate_external_checks(tool, config_tool, secret_tool, secret_external_checks, agent_work_folder)
command.extend(["--config", f"{agent_work_folder}{os.sep}rules{os.sep}gitleaks{os.sep}gitleaks.toml"])
if "gitleaks.exe" in self.COMMAND: folder = agent_work_folder
else: folder = "/tmp"

command.extend(["--config", f"{folder}{os.sep}rules{os.sep}gitleaks{os.sep}gitleaks.toml"])

try:
findings = []
Expand Down
2 changes: 1 addition & 1 deletion tools/devsecops_engine_tools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '1.24.0'
version = '1.25.0'

0 comments on commit 9bbf9e1

Please sign in to comment.