Skip to content

Commit 8222242

Browse files
committed
chore(k8s/amour): remove trivy-system
1 parent 4acb4a6 commit 8222242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

k8s/amour/list.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
"github.com/uhthomas/automata/k8s/amour/speedtest_exporter"
3535
"github.com/uhthomas/automata/k8s/amour/tailscale"
3636
"github.com/uhthomas/automata/k8s/amour/thomas"
37-
"github.com/uhthomas/automata/k8s/amour/trivy_system"
37+
// "github.com/uhthomas/automata/k8s/amour/trivy_system"
3838
"github.com/uhthomas/automata/k8s/amour/vector"
3939
"github.com/uhthomas/automata/k8s/amour/victoria_logs"
4040
"github.com/uhthomas/automata/k8s/amour/vm_operator"
@@ -99,7 +99,7 @@ _items: [
9999
speedtest_exporter.#List.items,
100100
tailscale.#List.items,
101101
thomas.#List.items,
102-
trivy_system.#List.items,
102+
// trivy_system.#List.items,
103103
vector.#List.items,
104104
victoria_logs.#List.items,
105105
vm_operator.#List.items,

0 commit comments

Comments
 (0)