Skip to content

Commit 8f91fe8

Browse files
committed
docs: small readme updates
1 parent 8a22e22 commit 8f91fe8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ go build -o hook-vault-radar
5858

5959
```bash
6060
# Install to ~/.local/bin (or your preferred location)
61-
cp hook-vault-radar ~/.local/bin/
62-
chmod +x ~/.local/bin/hook-vault-radar
61+
cp hook-vault-radar ~/.agent-hooks/vault-radar/hook-vault-radar
62+
chmod +x ~/.agent-hooks/vault-radar/hook-vault-radar
6363
```
6464

6565
## Configuration
@@ -222,7 +222,7 @@ cat testdata/claude/userpromptsubmit.json | ./hook-vault-radar --framework claud
222222
```json
223223
{
224224
"decision": "block",
225-
"reason": "Vault Radar detected 1 security finding:\n\n1. [INFO] aws_access_key_id: AWS access key ID (scan-content.txt)\n\nPlease remove or redact sensitive information before proceeding.",
225+
"reason": "\nVault Radar detected 1 security finding:\n\n1. [INFO] aws_access_key_id: AWS access key ID (scan-content.txt)\n\nPlease remove or redact sensitive information before proceeding.",
226226
"hookSpecificOutput": {
227227
"hookEventName": "UserPromptSubmit"
228228
},

0 commit comments

Comments
 (0)