diff --git a/.gitea/workflows/trufflehog.yml b/.gitea/workflows/trufflehog.yml new file mode 100644 index 0000000..3cb6217 --- /dev/null +++ b/.gitea/workflows/trufflehog.yml @@ -0,0 +1,21 @@ +name: TruffleHog + +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + trufflehog: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: TruffleHog + uses: trufflesecurity/trufflehog@main + with: + path: . + base: main + head: HEAD