diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index de59c0c..92c61c0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,4 +22,12 @@ jobs: run: dotnet restore Game.sln - name: Build - run: dotnet build --no-restore Game.sln \ No newline at end of file + run: dotnet build --no-restore Game.sln + + - name: Find secrets + uses: trufflesecurity/trufflehog@main + with: + path: ./ + base: ${{ github.event.repository.default_branch }} + head: HEAD + \ No newline at end of file