Skip to content

Add secret scanning to repo #3

Add secret scanning to repo

Add secret scanning to repo #3

name: "Secret Scanning"
on:
push:
jobs:
check_commits:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown