Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .vibesafeignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Ignore specific test files for self-scan
test-data/config.js
# Ignore test directory for self-scan (tests can be unsafe)
test-data/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ To generate fix suggestions in the Markdown report, you need an OpenAI API key.
OPENAI_API_KEY=sk-YourActualOpenAIKeyHere
```
3. Run the scan with the report flag:
```bash
```bash
vibesafe scan -r ai-report.md
```
```

**Show Only High/Critical Issues:**

Expand Down