diff --git a/.vibesafeignore b/.vibesafeignore index 641f29b..1ac7656 100644 --- a/.vibesafeignore +++ b/.vibesafeignore @@ -1,2 +1,2 @@ -# Ignore specific test files for self-scan -test-data/config.js \ No newline at end of file +# Ignore test directory for self-scan (tests can be unsafe) +test-data/ diff --git a/README.md b/README.md index 4a42e98..88928dc 100644 --- a/README.md +++ b/README.md @@ -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:**