From 975b4ac395c6a448b7fff1b9cb3828c37a7a60f3 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 24 Mar 2025 16:24:24 -0400 Subject: [PATCH] Add limitations link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa30aa5..da4a467 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > This is an _unofficial_ project created by Field Security Services, and is not officially supported by GitHub. > [!WARNING] -> This method renames the CodeQL tool in the results, which breaks CodeQL Autofix and may affect other features of Code Scanning +> This method renames the CodeQL tool in the results, which breaks CodeQL Autofix and may affect other features of Code Scanning. See: [known limitations](https://github.com/advanced-security/monorepo-filtering-workaround/issues/2). This sample GitHub Actions workflow shows you how to enable filtering results from different GitHub Advanced Security Code Scanning runs in the GitHub UI using a workaround.