Skip to content

Commit 1e1aea0

Browse files
committed
Code Securty QL
1 parent a12607a commit 1e1aea0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/codeql/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: "CodeQL Config"
22
disable-default-queries: false
33
queries:
44
- uses: security-extended
5-
- path: .github/codeql/queries
5+
- uses: ./.github/codeql/queries
6+
67
paths:
78
- UserApp/
89
paths-ignore:

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
> **Copilot Prompt:**
427427
> Modify the `.github/codeql/config.yml` for a .NET 8 project using CodeQL.
428428
> - Enable the `security-extended` query suite.
429-
> - Include support for custom queries in the `.github/codeql/queries` folder.
429+
> - Use the custom queries in the `.github/codeql/queries` folder.
430430
> - Set the source path to `UserApp/`.
431431
> - Ignore test folders and generated code.
432432
> - Use standard YAML formatting with proper indentation.
@@ -439,7 +439,8 @@ name: "CodeQL Config"
439439
disable-default-queries: false
440440
queries:
441441
- uses: security-extended
442-
- path: .github/codeql/queries
442+
- uses: ./.github/codeql/queries
443+
443444
paths:
444445
- UserApp/
445446
paths-ignore:

0 commit comments

Comments
 (0)