diff --git a/.gitignore b/.gitignore index deecb03e..fdfc90ed 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,6 @@ docker/event-generator/vipw .vscode/* -.luacheckcache \ No newline at end of file +.luacheckcache + +*.idea* \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index c2972156..1de9fe22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -643,7 +643,7 @@ add_subdirectory(userspace/falco) add_subdirectory(tests) set(CPACK_PACKAGE_NAME "${PACKAGE_NAME}") -set(CPACK_PACKAGE_VENDOR "Sysdig Inc.") +set(CPACK_PACKAGE_VENDOR "Cloud Native Computing Foundation (CNCF) cncf.io.") set(CPACK_PACKAGE_CONTACT "opensource@sysdig.com") set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Falco - Container Native Runtime Security") set(CPACK_PACKAGE_DESCRIPTION_FILE "${PROJECT_SOURCE_DIR}/scripts/description.txt")