Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

trufflehog.yml 268 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  1. on:
  2. push:
  3. name: Secret Leaks
  4. jobs:
  5. trufflehog:
  6. runs-on: ubuntu-latest
  7. steps:
  8. - name: Checkout code
  9. uses: actions/checkout@v4
  10. with:
  11. fetch-depth: 0
  12. - name: Secret Scanning
  13. uses: trufflesecurity/trufflehog@main
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...