Is the Trivy Nightly Docker Scan not detecting any Node.js files? #7460
Unanswered
danilohorta
asked this question in
General
Replies: 1 comment 1 reply
-
We did get alerts about The rest are false positives. See this for code-server, which we can prevent: #7071 And this for the rest, which I think we cannot prevent: #6332 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
That would explain a large inconsistence between a local scan I'm doing versus what we see in the CI (https://github.com/coder/code-server/actions/runs/16988109535/job/48161316994).
Enter
using trivy version
0.65.0
(or0.64.1
as in the CI) and you will see:Line
144
of Step 3 (https://github.com/coder/code-server/actions/runs/16988109535/job/48161316994) is telling that trivy detect only 1 language-specific files (2025-08-15T10:25:56Z INFO Number of language-specific files num=1
), while the above suggested command will report 2.Does anybody have a clue why?
Beta Was this translation helpful? Give feedback.
All reactions