Commit 2dc4a926 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'trufflehog-update' into 'main'

add command for new version of trufflehog

See merge request !8
parents 2db20d27 7fbe4916
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