mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Vulnerabilities scan with Trivy #916
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thelittlefireman on GitHub (Feb 2, 2021).
Hi,
could it be possible to add trivy scan on CI on docker image ?
The image base on alpine is safe, but on debian (latest) contains lots of CVE :
alpine result :
debian result :
@jjlin commented on GitHub (Feb 2, 2021):
This doesn't seem particularly valuable. Each bitwarden_rs image build generally uses the latest base image available and installs the latest packages available at that time, so that's pretty much the best that can be done, short of rebuilding the images on each base image update. This tool also has a ton of false positives...