Commit 139bd5c1 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

fix: update trufflehog command to display help correctly

parent 668092e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,9 +59,10 @@ dev_secrets_in_repo:
        echo "trufflehog already installed: $(trufflehog --version)"
      fi

      trufflehog --help
       
      # cd ../
      # trufflehog . --exclude_paths cicd/exclusions --max_depth=5
      trufflehog --help 
  <<: *dev_common

# define the process to do linting code: ruff