From d8fe57326f5c96ffabf10050a761dc31f7f086c3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Feb 2026 16:37:07 +0000 Subject: [PATCH] fix: Clean up .dockerignore by removing CodeQL SARIF file entries --- .dockerignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index b7a649e9..e008f140 100644 --- a/.dockerignore +++ b/.dockerignore @@ -10,7 +10,7 @@ .gitignore .github/ .pre-commit-config.yaml -.codecov.yml +codecov.yml .goreleaser.yaml .sourcery.yml @@ -184,8 +184,6 @@ codeql-db/ codeql-db-*/ codeql-agent-results/ codeql-custom-queries-*/ -codeql-*.sarif -codeql-results*.sarif .codeql/ # -----------------------------------------------------------------------------