mirror of https://github.com/MISP/misp-training
chg: [build] generate markdown table of all the trainings
parent
87b413f076
commit
a1df214f9a
8
build.sh
8
build.sh
|
@ -51,3 +51,11 @@ cd ..
|
|||
|
||||
exiftool -overwrite_original_in_place -Title="MISP Training and Slide Decks" -Author="CIRCL Computer Incident Response Center Luxembourg" -Subject="MISP Threat Intelligence Platform Training Materials" -Keywords="MISP Threat Intelligence CTI STIX information sharing yara sigma suricata snort bro openioc threat-actor TIP threat intelligence platform circl.lu training cybersecurity MISPProject" misp-training.pdf
|
||||
|
||||
rm table.md
|
||||
|
||||
echo "| Slides (PDF) | Source Code |">>table.md
|
||||
for t in ${slidedecks[@]}; do
|
||||
echo "| [${t}](https://www.misp-project.org/misp-training/${t}.pdf) | [source](https://github.com/MISP/misp-training/tree/master/${t}) |" >>table.md
|
||||
done
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue