Back to Falco

Training Content

layouts/partials/training-content.html

latest1.3 KB
Original Source

{{ $providers := index $.Site.Data.training.providers }} {{ $offerings := slice }} {{ range $.Site.Data.training.offerings }} {{ $offerings = $offerings | append . }} {{ end }} {{ $courses := where $offerings "type" "course" }}

Training courses

Learn Falco by using these self-paced online resources. For in-person training, check out the Events page.

{{- range $provider,$provider_data := $providers }} {{ $logo := print "/images/training/providers/" .logo | relURL }}

Courtesy of

{{ $provider_offerings := where $courses "provider.name" $provider }} {{ range $offering, $offering_data := sort $provider_offerings "provider.order" }} {{ $thumbnail := print "/images/training/offerings/" .thumbnail | relURL }} [

{{ .duration }}

{{ .name }}

{{ .description }}

]({{%20.link%20}} "Course Description: {{ .description }}") {{ end }} {{- end }}

Adding new training resources

Falco training is built and maintained by its community members.Have you created any material that might be useful for others to learn about Falco and Runtime Security?

Add new resources Open a PR and add it here!