Skip to content

Commit

Permalink
GA: Legger til exclude filter for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga committed Apr 24, 2023
1 parent 94ffcea commit c8aceef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: "My code scanning CodeQL config"

query-filters:
- exclude:
id: java/unused-container
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
contents: read
security-events: write
uses: navikt/fp-gha-workflows/.github/workflows/codeql.yml@main
with:
config-file: ./.github/codeql/codeql-config.yml
secrets: inherit

0 comments on commit c8aceef

Please sign in to comment.