Source code of the official Falco website
Go to file
Leonardo Di Giovanna b8fffb2d68 update: versions/params.yaml to Falco 0.41.3 and latest rules versions
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
2025-07-01 14:32:21 +02:00
.github fix 404 broken links + add a workflow to checks the links 2025-01-22 11:21:03 +01:00
archetypes base site 2018-09-12 22:35:02 -04:00
assets fix list of plugins + rules files versions + width of pageinfo and tables 2024-12-06 19:06:47 +01:00
cheatsheet Re-org content directory 2019-07-24 18:59:51 -07:00
config/_default update: versions/params.yaml to Falco 0.41.3 and latest rules versions 2025-07-01 14:32:21 +02:00
content fixing command add index 2025-07-01 11:21:21 +02:00
data update(data/en/community.yaml): improve contents and links 2025-05-15 18:23:41 +02:00
drawings update: homepage alert diagram 2021-01-18 09:23:13 -08:00
functions feat: added get videos to functions 2023-04-11 18:46:06 +02:00
i18n docs: enhancing Falco main messaging 2024-10-30 17:16:38 +01:00
layouts fix list of plugins + rules files versions + width of pageinfo and tables 2024-12-06 19:06:47 +01:00
static Add NETWAYS Web Services to the ecosystem page 2025-02-06 11:51:37 +01:00
themes fix(theme): docsy version brought back to 0.3.0 2023-01-23 13:24:06 +01:00
.editorconfig Add basic editorconfig 2019-01-31 12:18:20 -08:00
.gitignore ignore and cleanup vim swp files 2025-05-15 18:13:42 +02:00
.gitmodules Upgrade to Hugo 0.101.0 + Docsy 0.3.0 2022-08-29 17:40:33 +02:00
.htmltest.yml Fix existing broken links 2020-04-01 19:31:05 +02:00
.hugo_build.lock blog post for Falcosidekick 2.25.0 and Falcosidekick-UI 2.0.0 2022-06-01 17:37:38 +02:00
ADD_ANNOUNCEMENT.md feat: added announcements how-to 2023-04-03 19:13:46 +02:00
ADD_BLOG.md update(README): add reminder for featured image 2023-10-18 11:56:16 +02:00
ADD_CASE_STUDY.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_CONTRIBUTOR.md feat: add description field to contributors 2023-04-03 11:40:39 +02:00
ADD_ECOSYSTEM_LOGO.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_EVENT.md fix: switch case study for events 2023-06-22 08:39:55 +02:00
ADD_KEYWORDS.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_LANDING_LOGO.md feat: add how to instructions 2023-04-03 11:40:39 +02:00
ADD_NOMINATION.md feat: update contributors 2023-04-03 11:40:39 +02:00
ADD_TRAINING.md update: renaming `/traning` to `/enterprise` 2024-11-05 14:15:10 +01:00
LICENSE new: install dependencies and license 2021-01-18 09:23:13 -08:00
Makefile fix: add environment separation for development and archived branches 2023-10-12 15:37:46 +02:00
OWNERS update(OWNERS): add myself as an approver 2023-11-28 16:35:04 +01:00
README.md docs(README.md): add netlify deployment status 2025-01-14 16:58:45 +01:00
netlify.toml update(netlify.toml): add falcosecurity.dev domain (redirect) 2025-01-22 11:44:03 +01:00
package-lock.json build(deps-dev): bump postcss from 8.5.3 to 8.5.6 2025-06-17 13:08:44 +02:00
package.json build(deps-dev): bump postcss from 8.5.3 to 8.5.6 2025-06-17 13:08:44 +02:00
release.md docs(release.md): updare release instructions 2025-05-29 11:18:24 +02:00

README.md

falco-website

Falco Core Repository Stable License

Netlify Status

This is the source code for the official Falco website: falco.org

Contributing logos

In order to contribute a logo you must meet one of the following adopter types.

  • End-user, with a contribution to ADOPTERS.md
  • Vendor, with a contribution to ADOPTERS.md
  • Integration, with a contribution to the Falco contrib repository. This must be documentation at the very least that describes how to use Falco with your project or tool.

Then open a pull request to this repository that contains:

  • A .png or .svg file in clients
  • A change to params.toml that includes your logo alphabetically. Detailed instructions to add new adopters or training providers are included into the specified Hugo config file.
  • Links and references to demonstrate you meet the criteria above.

We try not to duplicate logos, and would prefer more encompassing logos over granular logos. For instance we prefer AWS over AWS EC2.

Prerequisites

To build this website you need:

Test locally

Clone repository

git clone git@github.com:falcosecurity/falco-website.git

Run hugo server

make serve

You can access your local website on http://localhost:1313

Translations

It has been decided by the community to drop out all translations. It requires too much work to maintain them, and most of them were outdated. We want to thank a lot all the community members who contributed over years, you did an amazing job.