Browse Source

Add config file

pull/1347/head
Wouter de Kort 4 years ago
parent
commit
18a0ed98a4
2 changed files with 6 additions and 0 deletions
  1. +2
    -0
      .github/workflows/codeql-analysis.yml
  2. +4
    -0
      .github/workflows/codeql/codeql-config.yml

+ 2
- 0
.github/workflows/codeql-analysis.yml View File

@ -26,6 +26,8 @@ jobs:
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL
uses: github/codeql-action/init@v1 uses: github/codeql-action/init@v1
with:
config-file: ./.github/codeql/codeql-config.yml
# Override language selection by uncommenting this and choosing your languages # Override language selection by uncommenting this and choosing your languages
# with: # with:
# languages: go, javascript, csharp, python, cpp, java # languages: go, javascript, csharp, python, cpp, java


+ 4
- 0
.github/workflows/codeql/codeql-config.yml View File

@ -0,0 +1,4 @@
name: "My CodeQL config"
queries:
- uses: security-and-quality

Loading…
Cancel
Save