Skip to content

Commit 8006775

Browse files
authored
Adjust Codeql severity (#225)
1 parent d732346 commit 8006775

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ jobs:
4343
with:
4444
languages: csharp
4545
queries: security-and-quality
46+
config: |
47+
query-filters:
48+
- include:
49+
problem.severity:
50+
- error
51+
- warning
4652
4753
- name: Build
4854
run: dotnet build ${{ env.SOLUTION_PATH }} --configuration Release
@@ -64,7 +70,7 @@ jobs:
6470
uses: hadolint/hadolint-action@v3.1.0
6571
with:
6672
dockerfile: docker/Dockerfile
67-
failure-threshold: error
73+
failure-threshold: warning
6874
format: sarif
6975
output-file: hadolint-results.sarif
7076

0 commit comments

Comments
 (0)