We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d732346 commit 8006775Copy full SHA for 8006775
1 file changed
.github/workflows/codeql.yml
@@ -43,6 +43,12 @@ jobs:
43
with:
44
languages: csharp
45
queries: security-and-quality
46
+ config: |
47
+ query-filters:
48
+ - include:
49
+ problem.severity:
50
+ - error
51
+ - warning
52
53
- name: Build
54
run: dotnet build ${{ env.SOLUTION_PATH }} --configuration Release
@@ -64,7 +70,7 @@ jobs:
64
70
uses: hadolint/hadolint-action@v3.1.0
65
71
66
72
dockerfile: docker/Dockerfile
67
- failure-threshold: error
73
+ failure-threshold: warning
68
74
format: sarif
69
75
output-file: hadolint-results.sarif
76
0 commit comments