Update README.md

This commit is contained in:
Maidul Islam
2023-05-23 20:22:01 -04:00
committed by GitHub
parent 859fe09ac6
commit 9d40a96633

View File

@@ -98,12 +98,6 @@ To scan your full git history, run:
infisical scan --verbose
```
To scan your uncommitted git changes, run:
```
infisical scan git-changes --verbose
```
Install pre commit hook to scan each commit before you push to your repository
```