Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Create tartufo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BillReyor authored Jul 13, 2024
1 parent e24558c commit d64d40f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tartufo.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit d64d40f

Please sign in to comment.