Skip to content

Commit

Permalink
Add secret scanning (#16)
Browse files Browse the repository at this point in the history
* Add secret scanning

* redundant

* lint
  • Loading branch information
highb authored May 3, 2023
1 parent e9398c7 commit e17856e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,17 @@ jobs:
with:
directory: .github
framework: github_actions

secrets-scan:
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

0 comments on commit e17856e

Please sign in to comment.