Please follow these steps to add your training to Falco trainings:
- Fork Falco repository
- Add your training image to the static/images/training/offerings folder. Use svg, preferably horizontal format, e.g. your_training_name.svg
- Add file with training name to training/offerings folder, e.g., training_name.yaml
- Copy template below to the created file and replace next fields with your data
---
name: Training name
type: course
link: https://your_training_url.com/
description: Your training description
thumbnail: falco-plugins.svg
duration: 0 hr 00 min
provider: your_training_name.svg
name: sysdig
order: 4
...
- Create pull request to the Falco repository with your changes