Add trufflehog workflow #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trufflehog | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
id-token: write | |
jobs: | |
TruffleHog: | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
shell: bash | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: TruffleHog OSS | |
id: trufflehog | |
uses: trufflesecurity/trufflehog@1cc41e2c757017b55e447c015485e166486376c1 #v3.63.7 | |
continue-on-error: true | |
with: | |
path: ./ | |
base: "${{ github.event.repository.default_branch }}" | |
head: HEAD | |
extra_args: --debug | |
- name: Scan Results Status | |
if: steps.trufflehog.outcome == 'failure' | |
run: exit 1 | |
# This is a comment that contains secret-like text, but is not a valid secret: | |
# buildkite api key: bkua_o2g0j0o09xe7i0xfhlwjfy022rkiegwvgbsfl4ui |