diff --git a/.github/workflows/secrets.yaml b/.github/workflows/secrets.yaml new file mode 100644 index 000000000..ad60ee653 --- /dev/null +++ b/.github/workflows/secrets.yaml @@ -0,0 +1,18 @@ +name: "trufflehog" + +on: + push: + branches: + - "main" + pull_request: + +jobs: + scan: + runs-on: "ubuntu-latest" + steps: + - uses: "actions/checkout@v4" + with: + fetch-depth: 0 + - uses: "trufflesecurity/trufflehog@main" + with: + extra_args: "--results=verified,unknown"