From 479cc5b4d0be893444255bff73cd99381b349d2f Mon Sep 17 00:00:00 2001 From: Ryan Pratt Date: Tue, 14 Jan 2025 10:54:07 -0700 Subject: [PATCH] Add docs/assets to codeql ignore --- .github/codeql-config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codeql-config.yml b/.github/codeql-config.yml index 266a0c6ecf..9bb15f1fb2 100644 --- a/.github/codeql-config.yml +++ b/.github/codeql-config.yml @@ -2,3 +2,5 @@ name: COSMOS CodeQL paths-ignore: # The templates include ERB and therefore aren't scanable - openc3/templates + # Generated code + - docs/assets