Skip to content
Snippets Groups Projects

Resolve "Add Dependency Check"

Merged Raul Barreras requested to merge 7-add-dependency-check into develop
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -26,9 +26,10 @@ variables:
# Inline Allowlisting
To tell detect-secrets to ignore a particular line of code, simply append an inline pragma: allowlist secret comment. For example:
API_KEY = "blah-blah-but-actually-not-secret" # pragma: allowlist secret
print('hello world')
Inline commenting syntax for a multitude of languages is supported:
API_KEY = "blah-blah-but-actually-not-secret" # pragma: allowlist secret
print('hello world')
Inline commenting syntax for a multitude of languages is supported:
| Comment Style | Language Support |
| :------------ | :-------------- |
Loading