PSP-256 - Add security-scanner tool (#17988)

Add security-scanner tool and github workflow
This commit is contained in:
mcollao-hc
2022-11-17 17:12:03 -06:00
committed by GitHub
parent d0ad6db454
commit 8b6953c2e7
4 changed files with 111 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ rules:
severity: ERROR
# NamespaceByID
- id: nil-check-physical-storage
- id: nil-check-physical-storage-by-nsid
patterns:
- pattern-either:
- pattern: |

View File

@@ -1,5 +1,5 @@
rules:
- id: return-nil
- id: hc-return-nil
patterns:
- pattern-either:
- pattern: |