diff --git a/.github/workflows/tartufo.yml b/.github/workflows/tartufo.yml new file mode 100644 index 0000000..aec4b20 --- /dev/null +++ b/.github/workflows/tartufo.yml @@ -0,0 +1,16 @@ +on: + push: + branches: + - main + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Tartufo Scan + uses: godaddy/tartufo-action@4.1.0