There was an error while loading. Please reload this page.
1 parent 9193725 commit 69f4223Copy full SHA for 69f4223
2 files changed
.github/codeql-config.yml
@@ -0,0 +1,6 @@
1
+name: "Configuration file for CodeQL (SAST)."
2
+
3
+paths-ignore:
4
+ - '**/node_modules'
5
+ - '**/site-packages'
6
+ - '**/vendor'
.github/workflows/codeql.yml
@@ -0,0 +1,16 @@
+name: "CodeQL"
+on:
+ schedule:
+ - cron: '30 22 * * 4'
+ workflow_dispatch:
7
8
+jobs:
9
+ run-security-scan:
10
+ uses: mx51/github-security-automation/.github/workflows/codeql.yml@main
11
+ # Uncomment and modify the lines below ONLY if the repo requires manual compilation
12
+ # with:
13
+ # runner_size: "ubuntu-latest-4core"
14
+ # build_command: "./gradlew clean build"
15
+ secrets: inherit
16
0 commit comments