diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-11-14 12:32:11 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-11-21 14:19:17 -0500 |
commit | dcb34e10896612052e91a0474e036c62d6cd27a1 (patch) | |
tree | 9a71c8376870e4d3aa47d0a3c312a6e40f2678b8 /.github/codeql | |
parent | e7a316ba7eae727b54952843cfb0d1775ece5352 (diff) | |
download | sos-dcb34e10896612052e91a0474e036c62d6cd27a1.tar.gz |
[testing] Switch to CodeQL from LGTM
LGTM is shutting down shortly, as it has been folded into GH CodeQL. As
such, we need to switch over to using CodeQL to maintain automatic code
analysis.
Do this by using the provided CodeQL workflow configuration, and add a
config file to limit the analysis to the appropriate `sos/` directory.
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.github/codeql')
-rw-r--r-- | .github/codeql/codeql-config.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/codeql/codeql-config.yaml b/.github/codeql/codeql-config.yaml new file mode 100644 index 00000000..b950e71e --- /dev/null +++ b/.github/codeql/codeql-config.yaml @@ -0,0 +1,4 @@ +name: "SoS CodeQL Config" + +paths: + - sos |