From fa5b85949e9a91d2c04977e8eca43ecb63fe9b2f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 18 Dec 2025 00:55:50 +0000 Subject: [PATCH] fix: add trivy scan output file to .gitignore to prevent version control clutter --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0336ca22..a59b974c 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ import/ test-results/charon.hatfieldhosted.com.har test-results/local.har .cache +trivy-scan-output.txt