mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Exclude invalid JavaScript files from CodeQL
Closes #42664 Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
This commit is contained in:
committed by
GitHub
parent
1b7709bfa2
commit
15223f298f
3
.github/codeql/codeql-config-javascript.yml
vendored
Normal file
3
.github/codeql/codeql-config-javascript.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
paths-ignore:
|
||||
# This file is invalid on purpose for testing. Exclude it to prevent an "Unexpected token" error in CodeQL being reported.
|
||||
- testsuite/integration-arquillian/servers/auth-server/services/testsuite-providers-deployment/src/main/resources/scripts/test-bad-script-mapper3.js
|
||||
Reference in New Issue
Block a user