Skip to content

Commit c95dfea

Browse files
committed
ci: enable secret-scan-trufflehog pre-commit hook
1 parent a218ec1 commit c95dfea

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# Copyright 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
#
33
# Redistribution and use in source and binary forms, with or without
44
# modification, are permitted provided that the following conditions
@@ -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)