Skip to content

Commit 160cd5e

Browse files
authored
ci: enable secret-scan-trufflehog pre-commit hook (#25)
1 parent 5b2500f commit 160cd5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626

2727
repos:
28+
- repo: https://github.com/NVIDIA/security-workflows
29+
rev: v0.3.0
30+
hooks:
31+
- id: secret-scan-trufflehog
2832
- repo: https://github.com/PyCQA/isort
2933
rev: 5.12.0
3034
hooks:

0 commit comments

Comments
 (0)