Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d15be8e

Browse files
authored
Merge pull request #7 from P4o1o/master
fix the build pipeline failure
2 parents 7cdf91f + 15efd78 commit d15be8e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.vibesafeignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Ignore specific test files for self-scan
2-
test-data/config.js
1+
# Ignore test directory for self-scan (tests can be unsafe)
2+
test-data/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ To generate fix suggestions in the Markdown report, you need an OpenAI API key.
111111
OPENAI_API_KEY=sk-YourActualOpenAIKeyHere
112112
```
113113
3. Run the scan with the report flag:
114-
```bash
114+
```bash
115115
vibesafe scan -r ai-report.md
116-
```
116+
```
117117

118118
**Show Only High/Critical Issues:**
119119

0 commit comments

Comments
 (0)