chore(release)!: major release for version "3.*" with new super-linter migration #599
This file contains hidden or 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
# More about it: | |
# https://github.com/trufflesecurity/trufflehog#octocat-trufflehog-github-action | |
name: 'Trufflehog OSS' | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v5 | |
with: | |
fetch-depth: 0 | |
- name: Secrets scanning | |
uses: trufflesecurity/trufflehog@main | |
with: | |
extra_args: --only-verified |