mirror of
https://github.com/hohn/codeql-lab.git
synced 2025-12-16 01:53:03 +01:00
include codeql bundles and bundler repository
This commit is contained in:
committed by
=Michael Hohn
parent
0e986f2a45
commit
6b364e0de2
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,3 +1,3 @@
|
|||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.jar 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
7
.gitignore
vendored
@@ -1,2 +1,9 @@
|
|||||||
# CodeQL compilation caches
|
# CodeQL compilation caches
|
||||||
.cache/
|
.cache/
|
||||||
|
*.class
|
||||||
|
*.bqrs
|
||||||
|
codeql/
|
||||||
|
jedis-db-local/
|
||||||
|
tmp.*
|
||||||
|
*.html
|
||||||
|
*.db/
|
||||||
|
|||||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -8,3 +8,6 @@
|
|||||||
[submodule "extern/jedis"]
|
[submodule "extern/jedis"]
|
||||||
path = extern/jedis
|
path = extern/jedis
|
||||||
url = https://github.com/hohn/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
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
BIN
assets/codeql-bundle-osx64.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
1
extern/codeql-bundle
vendored
Submodule
1
extern/codeql-bundle
vendored
Submodule
Submodule extern/codeql-bundle added at c65d9c3649
Reference in New Issue
Block a user