Skip to content

chore: use correct way to pass secrets to workflow call #115

chore: use correct way to pass secrets to workflow call

chore: use correct way to pass secrets to workflow call #115

name: Leaked Secrets Scan
on:
pull_request:
workflow_call:
jobs:
# The job must be named TruffleHog accordingly to the Matter Labs ruleset
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/[email protected]
with:
base: ${{ github.event.repository.default_branch }}
extra_args: --debug --only-verified