Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aegilops authored Sep 13, 2024
1 parent b2ad840 commit 83f6981
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Monorepo workflow for GitHub Advanced Security Code Scanning

> [!NOTE] This is an _unofficial_ project created by Field Security Services, and is not officially supported by GitHub.
> [!NOTE]
> 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
> [!WARNING]
> This method renames the CodeQL tool in the results, which breaks CodeQL Autofix and may affect other features of Code Scanning
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.

Expand All @@ -16,9 +18,11 @@ The unique tool name can then be used to filter results in the web user interfac

![Filtering results by tool name](./filter-by-tool-name.png)

> [!NOTE] This is an _unofficial_ project created by Field Security Services, and is not officially supported by GitHub.
> [!NOTE]
> 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
> [!WARNING]
> This method renames the CodeQL tool in the results, which breaks CodeQL Autofix and may affect other features of Code Scanning
## Usage

Expand Down

0 comments on commit 83f6981

Please sign in to comment.