include codeql bundles and bundler repository

This commit is contained in:
Michael Hohn
2025-07-18 11:37:26 -07:00
committed by =Michael Hohn
parent 0e986f2a45
commit 6b364e0de2
6 changed files with 18 additions and 1 deletions

2
.gitattributes vendored
View File

@@ -1,3 +1,3 @@
*.zip filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.tar.gz filter=lfs diff=lfs merge=lfs -text

7
.gitignore vendored
View File

@@ -1,2 +1,9 @@
# CodeQL compilation caches
.cache/
*.class
*.bqrs
codeql/
jedis-db-local/
tmp.*
*.html
*.db/

3
.gitmodules vendored
View File

@@ -8,3 +8,6 @@
[submodule "extern/jedis"]
path = extern/jedis
url = https://github.com/hohn/jedis
[submodule "extern/codeql-bundle"]
path = extern/codeql-bundle
url = https://github.com/advanced-security/codeql-bundle.git

BIN
assets/codeql-bundle-linux64.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/codeql-bundle-osx64.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

1
extern/codeql-bundle vendored Submodule

Submodule extern/codeql-bundle added at c65d9c3649