-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-commit hook returns failed after adding the findings to .trivyignore #17
Comments
In the second run does it just fail or does it also print out the vulnerabilities and you just omitted them? Does it work if you run directly run |
It just fails, no report. The output above is the exact output I receive in the terminal of my IDE, so no, no report. Before I tried this hook, I was running trivy as a custom script I inserted in the |
ok, there is also the other message: |
Well that's the thing, idk if your hook automatically edits files? If yes, the issue must lie there. If not, I wouldn't know where this message would come from. As I said, running a custom trivy script in the
|
the only file that would "change" is the `.pre-commit-trivy-cache´ do you see this modified after the failed run? I would assume that this is in the gitignore part and should therefore be ignored? |
Finding returns the following:
To ignore these findings I add these to the .trivyignore:
Executing
git add -A
and thengit commit -m "message"
returns a failed test but no findings:Adding the detected vulnerabilities should return a
Passed
test.pre-commit-config
looks like this forpre-commit-trivy
Running on Windows 11.
The text was updated successfully, but these errors were encountered: