mirror of https://github.com/google/oss-fuzz.git
cppcheck: perform shallow clone / added cc (#12886)
Co-authored-by: DavidKorczynski <david@adalogics.com>
This commit is contained in:
parent
2e0e917957
commit
39905a494e
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue