Skip to content

fix the build pipeline failure#7

Merged
slowcoder360 merged 2 commits intoslowcoder360:masterfrom
P4o1o:master
Mar 11, 2026
Merged

fix the build pipeline failure#7
slowcoder360 merged 2 commits intoslowcoder360:masterfrom
P4o1o:master

Conversation

@P4o1o
Copy link
Copy Markdown
Contributor

@P4o1o P4o1o commented Mar 6, 2026

Fixed #5

Problem

The build pipeline after PR merge fails because vibesafe scan itself to find if it has some security issues and it finds them in the test-data directory, because we have there some tests with unsafe code that vibesafe correctly find.

The Solution

Adding test-data to the .vibesafeignore file

Also a formatting error in the README.md was remove

P4o1o added 2 commits March 6, 2026 17:39
test-data may contain unsafe code and vibesafe detects it as unsafe.
This makes the build pipeline fails because one of the step is to check if vibesafe itself is unsafe and in this check we shouldnt consider the test-data directory
@slowcoder360 slowcoder360 merged commit d15be8e into slowcoder360:master Mar 11, 2026
1 check passed
@slowcoder360
Copy link
Copy Markdown
Owner

Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The build pipeline after PR merge fails

2 participants