fix: use base repo for reference benchmarks and head_ref for tests #68
Workflow file for this run
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: 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/trufflehog@v3.75.1 | |
with: | |
base: ${{ github.event.repository.default_branch }} | |
extra_args: --debug --only-verified |