Skip to content

Commit

Permalink
ci: add secret search
Browse files Browse the repository at this point in the history
  • Loading branch information
ktos authored and purifetchi committed Nov 22, 2023
1 parent fc631ae commit 4cb3084
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,12 @@ jobs:
run: dotnet restore Game.sln

- name: Build
run: dotnet build --no-restore Game.sln
run: dotnet build --no-restore Game.sln

- name: Find secrets
uses: trufflesecurity/trufflehog@main
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD

0 comments on commit 4cb3084

Please sign in to comment.