Commit 7fbe4916 authored by Guillermo Sanz López's avatar Guillermo Sanz López
Browse files

add command for new version of trufflehog

parent 2db20d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ dev_secrets_in_repo:
    - |
      pip install trufflehog
      cd ../
      trufflehog sdk --exclude_paths sdk/cicd/exclusions --max_depth=5
      trufflehog filesystem sdk --exclude-paths sdk/cicd/exclusions --max-depth 5
  <<: *dev_common

# define the process to do linting code: ruff
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ staging_secrets_in_repo:
    - |
      pip install trufflehog
      cd ../
      trufflehog capif --exclude_paths capif/cicd/exclusions --max_depth=5
      trufflehog filesystem capif --exclude-paths capif/cicd/exclusions --max-depth 5
  <<: *staging_common

# define the process to do linting code: ruff