Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
83bc6c94
Unverified
Commit
83bc6c94
authored
Jun 08, 2024
by
Luc Georges
Committed by
GitHub
Jun 08, 2024
Browse files
feat(ci): add trufflehog secrets detection (#8430)
parent
0d68ddf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
.github/workflows/trufflehog.yml
.github/workflows/trufflehog.yml
+21
-0
No files found.
.github/workflows/trufflehog.yml
0 → 100644
View file @
83bc6c94
on
:
push
:
name
:
Secret Leaks
permissions
:
contents
:
read
id-token
:
write
issues
:
write
pull-requests
:
write
jobs
:
trufflehog
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
-
name
:
Secret Scanning
uses
:
trufflesecurity/trufflehog@main
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment