So I am having an issue:
I have a running container of jenkins which does some CI steps
I downloaded on that jenkins container trivy inside it.
In the CI pipeline if I wish to scan a docker image with trivy it says:
FATAL scan error: image scan…
I have configured kafka using strimzi operator with 3 replicas in bare metal server .Everything is working fine(producer and consumer).My client is asking that Kafka images with 0 vulnerablities .when i scan images using trivy it is reporting some…
I am currently using the trivy scanner to scan images in the pipeline. This has worked very well until now. But recently it is necessary to scan the image from an internal Openshift registry.
Unfortunately I have the problem that I do not know how…
I am trying to scan all images deployed on my EKS cluster I am setting up for high security (will be deployed to classified IL5 environment). Kubernetes v1.23, all worker nodes run on Bottlerocket OS.
I expect images to be scanned and available in…
Before pushing an image into Harbor, I'm running a Trivy scan. Instead of having Trivy scan images again within harbor, I'm looking for a way to pass the JSON results from Trivy into harbor.
trivy image hello_docker_compose_web --output results.json…
I am getting an error regarding ' /etc/ssl/private/ssl-cert-snakeoil.key' I am using Gitlab-cli for continous integration alongside Trivy
Dockerfile
FROM python:3.9.6-slim
# set work directory
WORKDIR /usr/src/app
# set environment variables
ENV…
We're trying to implement Trivy as the pipeline scanner solution in our pipelines and the table visualization is awesome.
Although, it comes with information that are not so interesting on the ending, such as secrets and ssh keys (see image).
Is…
So when running a Trivy container scan on my dockerised dotnet 6 app during my devops pipeline, many times I discover critical vulnerabilities which break the build and I am not sure how to fix as they do not relate to files or dependencies in my…
harbor 2.4 migrate from 2.3
get logs
Jul 14 14:19:55 172.26.0.1 trivy-adapter[13699]: {"error":"running trivy: exit status 1: Incorrect Usage. flag provided but not defined: -format\n\nNAME:\n trivy - A simple and comprehensive vulnerability…
I am trying to can for vulnerabilities using trivy on a local docker image, but i am getting this error.
docker run aquasec/trivy:0.28.0 image ansys/twindeployer/runtime-vnc:7005166
11s2022-05-19T22:22:02.519Z FATAL image scan error: scan…
I have a docker container with Trivy installed.
I have a remote registry with docker images.
and
I would like to download the docker images to the container for scanning
Challenges
It is hard to run docker within a docker container for pulling the…
I installed Harbor along with the Trivy scanner. During the scan, Redis gave an out of memory error. Foolishly, I performed FLUSHALL in it and now the page with the scan schedule is stuck. The scanner itself works and scans individual images, but…
I have build a docker image successfully and tag it as testdock:latest ($CI_REGISTRY_IMAGE:latest) the $CI_REGISTRY variable is kept in GitLab project variable.
I have another stage , to start scanning the testdock image by using Trivy:
the process…
Trivy scanner documentation does not mention how to test if trivy server is up and running (a simple API call by a monitoring check would be fine in docs).
https://aquasecurity.github.io/trivy
$ curl http://trivy.local:8080
404 page not found
Of…
I am using trivy to do docker scanning and then saving the output into result.json file. Now I am trying to send the file to DefectDojo to visualize it there, how can I do that?