diff --git a/.github/workflows/scan-build.yml b/.github/workflows/scan-build.yml index 8db811df12..3ca1e834dc 100644 --- a/.github/workflows/scan-build.yml +++ b/.github/workflows/scan-build.yml @@ -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 \