Secret scaner workflow - #6451
Conversation
- adds NVIDIA/security-workflows/.github/workflows/secret-scan-trufflehog.yml workflow Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
|
| Filename | Overview |
|---|---|
| .githooks/pre-commit | Adds mandatory invocation of the configured secret-scanning hook before the existing copyright check. |
| .github/workflows/security.yml | Adds a narrowly scoped reusable secret-scanning workflow with an immutable upstream workflow reference. |
| .pre-commit-config.yaml | Adds the TruffleHog secret scanner but references executable upstream code through a mutable version tag. |
Reviews (1): Last reviewed commit: "Adjust events" | Re-trigger Greptile
| @@ -0,0 +1,5 @@ | |||
| repos: | |||
| - repo: https://github.com/NVIDIA/security-workflows | |||
| rev: v0.2.0 | |||
There was a problem hiding this comment.
The new pre-commit configuration executes code from the mutable v0.2.0 tag on developer machines, allowing later tag retargeting to substitute code that was not reviewed here. Pin this hook to an immutable commit, as the workflow does for the same upstream repository.
| rev: v0.2.0 | |
| rev: 031c5429271b5692e025c3e292fcc2bf11e116f7 |
Category:
Description:
Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A