starboard-exporter icon indicating copy to clipboard operation
starboard-exporter copied to clipboard

A standalone exporter for vulnerability reports and other CRs created by Trivy Operator (formerly Starboard).

Results 19 starboard-exporter issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/aquasecurity/trivy-operator](https://togithub.com/aquasecurity/trivy-operator) | `v0.19.4` -> `v0.21.1` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faquasecurity%2ftrivy-operator/v0.21.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
renovate

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [go](https://go.dev/) ([source](https://togithub.com/golang/go)) | toolchain | minor | `1.21.4` -> `1.22.3` |...

dependencies
renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | patch | `1.22.2` -> `1.22.3` | ---...

dependencies
renovate

Pod Security Policies were removed in kubernetes 1.25 and the default chart fails to install on a modern cluster running 1.29.2 ### Checklist - [ ] Update changelog in CHANGELOG.md....

Trivy Operator 0.16.0 added a publishedDate field to the vulnerability in the VulnerabilityReport CRD, and that is a piece of information we're interested in getting into our dashboards. I wanted...

Hello, in vulnerability reports created by trivy-operator there are [optional report fields](https://aquasecurity.github.io/trivy-operator/v0.11.1/docs/vulnerability-scanning/trivy/#:~:text=additionalVulnerabilityReportFields), like `Target` or `Class`: ```text - class: lang-pkgs fixedVersion: "1.32" installedVersion: "1.25" links: [] primaryLink: https://avd.aquasec.com/nvd/cve-2022-38752 resource: org.yaml:snakeyaml...

Hi, I guess the `imagePullSecrets` in the Helm chart are not working. I think there are two issues: 1. The type is currently `object`, it has to be `array`. Fix...

Hello, Thanks for this exporter. I need to use ConfigAudit details but it is not possible on the helm (unlike vulnerabilityReports) configAuditReports: enabled: true vulnerabilityReports: enabled: true targetLabels: # -...

## Checklist - [ ] Update changelog in CHANGELOG.md.