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

fix: restore trufflehog command execution and remove help display

parent 139bd5c1
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -59,10 +59,8 @@ dev_secrets_in_repo:
        echo "trufflehog already installed: $(trufflehog --version)"
        echo "trufflehog already installed: $(trufflehog --version)"
      fi
      fi


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


# define the process to do linting code: ruff
# define the process to do linting code: ruff