Commit 422c845
Hacks4snacks/deconflictupstream (#12)
* test: improve integration tests (#2500)
* test: improve integration tests
* chore: improve env variables check
* chore: prepare and load images for tests
* chore(ci): add logining to docker registry
* chore: remove docker auth
* chore: emits more output including GinkgoWriter contents.
* chore: use WP 6.1 instead of 5
* chore: use WP 6.7
* build(deps): bump github.com/containerd/containerd/v2 (#2499)
* chore(deps): bump golang.org/x/oauth2 to 0.27.0 to resolve CVE-2025-22868 (#2480)
* chore(deps): Bump `trivy-*` deps (#2507)
* chore(deps): Bump trivy-* deps
* fix signature
* update checks
* cleanup returns
* docs: change docs about ttl for scanned reports (#2503)
* docs: change docs about ttl for scanned reports
Signed-off-by: Dmitry Ponomaryov <me@halje.ru>
* fix operator.scannerReportTTL
Signed-off-by: Dmitry Ponomaryov <me@halje.ru>
---------
Signed-off-by: Dmitry Ponomaryov <me@halje.ru>
* build(deps): bump the k8s group across 1 directory with 2 updates (#2512)
Bumps the k8s group with 2 updates in the / directory: [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).
Updates `k8s.io/apiextensions-apiserver` from 0.32.2 to 0.32.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.2...v0.32.3)
Updates `sigs.k8s.io/controller-runtime` from 0.20.2 to 0.20.4
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.20.2...v0.20.4)
---
updated-dependencies:
- dependency-name: k8s.io/apiextensions-apiserver
dependency-version: 0.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
- dependency-name: sigs.k8s.io/controller-runtime
dependency-version: 0.20.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: k8s
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* build(deps): bump the common group across 1 directory with 6 updates (#2513)
Bumps the common group with 4 updates in the / directory: [github.com/aquasecurity/trivy-kubernetes](https://github.com/aquasecurity/trivy-kubernetes), [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) and [golang.org/x/net](https://github.com/golang/net).
Updates `github.com/aquasecurity/trivy-kubernetes` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/aquasecurity/trivy-kubernetes/releases)
- [Changelog](https://github.com/aquasecurity/trivy-kubernetes/blob/main/.goreleaser.yaml)
- [Commits](aquasecurity/trivy-kubernetes@v0.8.0...v0.8.1)
Updates `github.com/onsi/ginkgo/v2` from 2.22.2 to 2.23.4
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.22.2...v2.23.4)
Updates `github.com/onsi/gomega` from 1.36.2 to 1.36.3
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.2...v1.36.3)
Updates `github.com/prometheus/client_golang` from 1.21.0 to 1.21.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.0...v1.21.1)
Updates `golang.org/x/net` from 0.37.0 to 0.39.0
- [Commits](golang/net@v0.37.0...v0.39.0)
Updates `golang.org/x/text` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.23.0...v0.24.0)
---
updated-dependencies:
- dependency-name: github.com/aquasecurity/trivy-kubernetes
dependency-version: 0.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: common
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.23.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: common
- dependency-name: github.com/onsi/gomega
dependency-version: 1.36.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: common
- dependency-name: github.com/prometheus/client_golang
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: common
- dependency-name: golang.org/x/net
dependency-version: 0.39.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: common
- dependency-name: golang.org/x/text
dependency-version: 0.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: common
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: skip excluded images in client server mode (#2516)
trivy-operator does not check excluded images in client server mode.
This change fixes this behavior.
* fix(misconfig): ordering policies for hash (#2520)
* fix(misconfig): ordering policies for hash
* refactor: Move sorting inside of loader
* use slices.Sort
* fix lint
* chore: skip the policy size check
* chore: skip the test
* remove an error return for empty policy slice
---------
Co-authored-by: Simar <simar@linux.com>
* chore: improve cache for policies (#2526)
* chore: use cache for hash calculations
* chore: update comments
* test: add benchmarks for cache calculation
* chore: fix linter error
* chore: remove unneeded mutex
* refactor: improve benchmarks for hash calculation
* fix tests
* fix: golangci-lint formatting
---------
Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
Co-authored-by: Simar <simar@linux.com>
* chore(deps): bump up Trivy versions to v0.62.0 (#2528)
* chore: bump up Go version to 1.24.2
* chore: bump up Trivy version
* chore(deps): bump up Trivy to the latest version
* chore: bump up Trivy to v0.62.0
* release: prepare v0.26.0 (#2535)
* release: prepare v0.26.0
* docs: update helm docs
* chore: update Trivy version in the default config
* docs: bump up Trivy version in the samples (#2538)
---------
Co-authored-by: afdesk <work@afdesk.com>
* chore(ci): Free up space to build (#2539)
* chore(ci): Free up additional space (#2543)
* chore(ci): Free up additional space
* test: test using build step
* chore(ci): Clear up space prior to build
---------
Signed-off-by: Dmitry Ponomaryov <me@halje.ru>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: afdesk <work@afdesk.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Goltz <robert@goltz.net>
Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
Co-authored-by: Dmitry Ponomaryov <me@halje.ru>
Co-authored-by: Pascal Hofmann <mail@pascalhofmann.de>
Co-authored-by: Simar <simar@linux.com>
Co-authored-by: Mark Dalton Gray <graymark@microsoft.com>1 parent 8368cac commit 422c845
File tree
44 files changed
+717
-476
lines changed- .github/workflows
- deploy
- helm
- templates/specs
- static
- docs
- docs
- crds
- design
- tutorials
- pkg
- configauditreport/controller
- operator
- plugins/trivy
- policy
- tests/itest
- helper
- trivy-operator/behavior
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
44 files changed
+717
-476
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
20 | 32 | | |
21 | 33 | | |
22 | 34 | | |
| |||
78 | 90 | | |
79 | 91 | | |
80 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
81 | 104 | | |
82 | 105 | | |
83 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments