1
0

Compare commits

..

9 Commits

Author SHA1 Message Date
f0fe2b451b Zip them 2025-05-01 20:27:51 +02:00
310a55b27e Add VCA VGM checklist 2025-03-03 19:39:57 +01:00
9d9dac5fba Add language to risk sets 2025-03-03 07:46:26 +01:00
26d464b74a Add short_title to risk sets 2025-03-03 07:45:01 +01:00
c5d9266a6a Add gitattributes 2025-02-28 17:10:57 +01:00
a1c2c1f5f4 Add NIS2 risk set 2025-02-28 17:09:27 +01:00
b30cc88ad4 Move script to scripts folder 2025-02-28 17:09:18 +01:00
587d85b8b1 Fix shebang 2025-02-28 17:08:58 +01:00
2eeaa65198 Add editorconfig 2025-02-28 17:08:52 +01:00
6 changed files with 11 additions and 1 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.wayriskset -merge -text

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import base64
import json