Skip to content

Commit

Permalink
update secrets_scanner trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
zkcarter committed Apr 12, 2024
1 parent 90c14fb commit 04842c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/secrets_scanner.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Leaked Secrets Scan
on: [pull_request]
on:
pull_request:
branches:
- main
- preview
- dev
jobs:
TruffleHog:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04842c6

Please sign in to comment.