mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-26 06:42:08 +00:00
build: standalone static analysis step
Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com> Signed-off-by: Lorenzo Fontana <fontanalorenz@gmail.com>
This commit is contained in:
parent
bbf044060a
commit
6bcc11aa47
@ -319,8 +319,8 @@ jobs:
|
|||||||
yum update -y
|
yum update -y
|
||||||
yum install epel-release -y
|
yum install epel-release -y
|
||||||
yum install cppcheck cppcheck-htmlreport -y
|
yum install cppcheck cppcheck-htmlreport -y
|
||||||
- attach_workspace:
|
- checkout:
|
||||||
at: /
|
path: /source/falco
|
||||||
- run:
|
- run:
|
||||||
name: Prepare project
|
name: Prepare project
|
||||||
command: /usr/bin/entrypoint cmake
|
command: /usr/bin/entrypoint cmake
|
||||||
@ -573,10 +573,7 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- "publish/packages-dev"
|
- "publish/packages-dev"
|
||||||
- "tests/driver-loader/integration"
|
- "tests/driver-loader/integration"
|
||||||
- "quality/static-analysis":
|
- "quality/static-analysis"
|
||||||
context: falco
|
|
||||||
requires:
|
|
||||||
- "build/centos7"
|
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
- "build/musl":
|
- "build/musl":
|
||||||
|
Loading…
Reference in New Issue
Block a user