Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 996 Bytes

ADD_TRAINING.md

File metadata and controls

22 lines (22 loc) · 996 Bytes

How to add new training

Please follow these steps to add your training to Falco trainings:

  1. Fork Falco repository
  2. Add your training image to the static/images/training/offerings folder. Use svg, preferably horizontal format, e.g. your_training_name.svg
  3. Add file with training name to training/offerings folder, e.g., training_name.yaml
  4. 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
...
  1. Create pull request to the Falco repository with your changes