Skip to content

Commit

Permalink
Ignore dist directory in CodeQL scan
Browse files Browse the repository at this point in the history
  • Loading branch information
aszeszo committed Oct 7, 2024
1 parent ebaf087 commit fc0b2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .github/codeql/codeql-config.yml

This file was deleted.

8 changes: 5 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
# branches: [ "main" ]
schedule:
- cron: '31 7 * * 4'

Expand Down Expand Up @@ -45,7 +45,6 @@ jobs:
include:
- language: javascript-typescript
build-mode: none
config-file: ./.github/codeql/codeql-config.yml
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
Expand All @@ -64,6 +63,9 @@ jobs:
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: |
paths-ignore:
- dist/**
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
Expand Down

0 comments on commit fc0b2be

Please sign in to comment.