mirror of
https://github.com/Discreetly/server.git
synced 2026-01-10 04:57:57 -05:00
Update credential_checker.yml
This commit is contained in:
19
.github/workflows/credential_checker.yml
vendored
19
.github/workflows/credential_checker.yml
vendored
@@ -1,2 +1,17 @@
|
||||
- name: TruffleHog OSS
|
||||
uses: trufflesecurity/trufflehog@v3.45.1
|
||||
name: TruffleHog Secrets Scan
|
||||
on: [pull_request]
|
||||
jobs:
|
||||
TruffleHog:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: TruffleHog OSS
|
||||
uses: trufflesecurity/trufflehog@main
|
||||
with:
|
||||
path: ./
|
||||
base: ${{ github.event.repository.default_branch }}
|
||||
head: HEAD
|
||||
extra_args: --debug --only-verified
|
||||
|
||||
Reference in New Issue
Block a user