Skip to content

Commit 69f4223

Browse files
chore: deploy standard velocity-focused CodeQL template and config (#1)
Co-authored-by: mx51-security-automator[bot] <270226954+mx51-security-automator[bot]@users.noreply.github.com>
1 parent 9193725 commit 69f4223

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

.github/codeql-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CodeQL"
2+
3+
on:
4+
schedule:
5+
- cron: '30 22 * * 4'
6+
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

Comments
 (0)