Questions about pinning Trivy version ? #10461
Replies: 2 comments 4 replies
-
@sbernard31 you can also optionally verify binary integrity. See more details here #10425 (reply in thread) As we've enabled immutable releases, the artifacts themselves should not change. |
Beta Was this translation helpful? Give feedback.
-
|
thx @simar7 🙏 What about :
If I pin trivy version, how can I know when I MUST update trivy version ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hi,
I have a weekly jenkins job with very limited right which scan my open source project to check about know vulnerability.
Until now, I was using
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b ~/bin latestto get trivy.Recently, trivy was compromised ( #10425 ) but luckily, it seems my job running the 21th march doesn't download an affected version :
But this makes me think that probably it would be better to pin the version and check the binary with a checksum.
The issue with this way is how to be aware about CVE concerning trivy pinned version itself ?
Does trivy will raise me an error about itself ? (in case I pinned an old version for which we recently find an issue?)
Target
None
Scanner
None
Output Format
None
Mode
None
Operating System
No response
Version
No response
Beta Was this translation helpful? Give feedback.
All reactions