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

fix: update trufflehog command to use current directory and adjust exclude paths

parent eb021c29
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,8 +59,8 @@ dev_secrets_in_repo:
        echo "trufflehog already installed: $(trufflehog --version)"
      fi

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

# define the process to do linting code: ruff