]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci/scan-build: exclude rust (lua)
authorJason Ish <jason.ish@oisf.net>
Mon, 15 Apr 2024 04:44:52 +0000 (22:44 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 27 May 2024 22:44:54 +0000 (16:44 -0600)
The vendored Lua code triggers some scan-build failures, so exclude
the rust/ directory for now. Might want to look at these separately
though.

.github/workflows/scan-build.yml

index 8db811df129022141b6cd6331b7b42e5dcfb3496..3ca1e834dcb9fdafe634338dddb14693d8022412 100644 (file)
@@ -78,7 +78,7 @@ jobs:
       # disable security.insecureAPI.DeprecatedOrUnsafeBufferHandling explicitly as
       # this will require significant effort to address.
       - run: |
-          scan-build-18 --status-bugs --exclude libhtp/ \
+          scan-build-18 --status-bugs --exclude libhtp/ --exclude rust \
                 -enable-checker valist.Uninitialized \
                 -enable-checker valist.CopyToSelf \
                 -enable-checker valist.Unterminated \