diff --git a/.github/workflows/trufflehog-oss.yml b/.github/workflows/trufflehog-oss.yml new file mode 100644 index 0000000000..9a2c512363 --- /dev/null +++ b/.github/workflows/trufflehog-oss.yml @@ -0,0 +1,22 @@ +--- + +name: trufflehog-oss +'on': + push: + branches: + - master + pull_request: + branches: + - master +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Secret Scanning + uses: trufflesecurity/trufflehog@main + with: + extra_args: --only-verified