cppcheck: perform shallow clone / added cc (#12886)

Co-authored-by: DavidKorczynski <david@adalogics.com>
This commit is contained in:
Oliver Stöneberg 2025-01-02 16:07:04 +01:00 committed by GitHub
parent 2e0e917957
commit 39905a494e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN git clone https://github.com/danmar/cppcheck.git
RUN git clone --depth=1 https://github.com/danmar/cppcheck.git
WORKDIR cppcheck
COPY build.sh $SRC/

View File

@ -4,6 +4,7 @@ primary_contact: "daniel.marjamaki@gmail.com"
auto_ccs:
- "daniel.marjamaki@gmail.com"
- "ettl.martin78@gmail.com"
- "firewave0000@gmail.com"
sanitizers:
- address
- undefined