Skip to content

Do not merge: E2E linter testing #434

Do not merge: E2E linter testing

Do not merge: E2E linter testing #434

Workflow file for this run

name: secret-scan
on: pull_request
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
secret-scan: # scan for any live secrets in the repository using trufflehog
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@944d5dcdc2ba2aa70c2227d8e432d19eceda10be # main
with:
extra_args: --debug --no-verification # Warn on potential violations