dbus-fuzzer / dfuzzer

D-Bus fuzzer
GNU General Public License v3.0
37 stars 10 forks source link

ci: use CodeQL instead of LGTM #125

Closed mrc0mmand closed 2 years ago

mrc0mmand commented 2 years ago

As LGTM is going to be shut down by EOY[0], let's move the code scanning to CodeQL as recommended. Thanks to GH integration the results from such scans will be shown both in the respective PR and in the Security -> Code Scanning tab[1].

[0] https://github.blog/2022-08-15-the-next-step-for-lgtm-com-github-code-scanning/ [1] https://github.com/systemd/python-systemd/security/code-scanning

mrc0mmand commented 2 years ago

It seems to be doing its thing: https://github.com/dbus-fuzzer/dfuzzer/pull/125/checks?check_run_id=8368318778

The fail is just in this PR, since it's a first scan that found potential issues (both of them are going to be dismissed as false-positives though).