Francisco Esteveira

Results 9 issues of Francisco Esteveira

## Description This PR fixes an issue in the logic that determines when to fetch private registry credentials. Previously, the code only checked whether the number of reused reports was...

bug

…can jobs ## Description ## Related issues - Close #2795 Remove this section if you don't have related PRs. ## Checklist - [X] I've read the [guidelines for contributing](https://github.com/aquasecurity/trivy-operator/blob/main/CONTRIBUTING.md) to...

feature

## Description This PR fixes an issue in the logic that determines when to add `LabelReusedReport` label to a scan job `PodSpec`. Previously, the code only checked whether the number...

bug

## Description This PR resolves an issue in the `GetPodSpec*` functions of the Trivy plugin where initContainers and containers unintentionally share the same underlying volumeMounts slice. Because the slice reference...

bug

**What steps did you take and what happened:** Running `trivy-operator` in a kubernetes cluster with `sbom` cache enabled. After some scans some `ClusterSbomReports` are present. Consequently, when `trivy-operator` scans a...

kind/bug

It is currently impossible to configure TMPDIR environment variable on trivy scan jobs. This would be useful for clusters where hosts have limited storage capacity and downloading large images to...

kind/bug

**What steps did you take and what happened:** Running `trivy-operator` in a kubernetes cluster. Noticed that some vulnerability scan jobs were not being triggered. When I added debug logging and...

kind/bug

**What steps did you take and what happened:** Running trivy-operator in a kubernetes cluster with sbom cache enabled. After some scans some ClusterSbomReports are present. Consequently, when trivy-operator scans a...

kind/bug