r/ArgoCD

Argo-Trivy-Insights: a new UI extension to bring Trivy scan results into Argo CD
▲ 49 r/ArgoCD

Argo-Trivy-Insights: a new UI extension to bring Trivy scan results into Argo CD

Hey all!

I've been working on Argo-Trivy-Insights, an Argo CD UI extension that brings your Trivy security data right into the Argo CD interface. No more tab-switching between tools.

What it does:

  • Per-Application View: a dedicated "Trivy Insights" tab on each Application Details page showing Trivy scan results for the whole Argo CD Application.
  • Cluster-Wide Dashboard: aggregate Trivy scan results across all your applications from the sidebar
  • Scan Reports: covers Vulnerabilities, Exposed Secrets, Configuration Audit, RBAC Assessment, SBOM, and Cluster Compliance Reports, plus an overview pulling it all together
  • Deeplinks & Exports: share findings via link, export as CSV, or get your SBOM in CycloneDX JSON format

https://preview.redd.it/qdi2h0i3zcjh1.png?width=1747&format=png&auto=webp&s=f4b3185ad1b1b92de04d88c6f7174c257bb7aae5

It's still early development and I'd love to get some real-world testers and feedback. If you're running Trivy in your cluster and want to give it a spin, check it out here.

reddit.com
u/DaanDw5 — 6 days ago
▲ 10 r/ArgoCD

How to track user audit logs in ArgoCD (who synced or deleted an app)?

Hi everyone,

I'm trying to set up proper audit logging in ArgoCD. I need to track which specific user triggered a sync or deleted an application/resource.

What is the best way to extract or view these audit logs?
Are they available in argocd-server logs, K8s events, or do I need a specific log exporter setup?

Any examples or best practices would be greatly appreciated!

reddit.com
u/Snappytux — 7 days ago
▲ 56 r/ArgoCD

argonaut (Argo CD TUI) update: history browsing, live events, and new contributors!

A few months ago I shared that argonaut can now manage Argo Rollouts. Since then the project has changed a lot again, so here's another update ;)

The big new things:

  • Deployment history got a complete redesign. You can browse past deployments with commit info in a detail pane, roll back and watch the rollout happen live in the resource tree.
  • There's a live Kubernetes events pane in the resource tree view now, so you can see what's happening to your pods while you navigate.
  • App-of-apps works properly in the tree - you can drill down into child apps.
  • Lots of smaller QoL stuff: sorting works in the tree view, you start in the apps view by default, and more.

We're inching ever closer to feature parity with the web UI, keyboard-first, without leaving your terminal.

The part I'm most excited about: it's not a solo project anymore. New contributors have joined and some great features came from the community. If you use Argo CD daily and something annoys you, or you just want to hack on a Go TUI, come open an issue or a PR - I'm happy to help you get started.

Give it a try: https://github.com/darksworm/argonaut

Feedback is appreciated as always!

u/darksworm — 9 days ago