1
0

Compare commits

...

4 Commits

Author SHA1 Message Date
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
3 changed files with 113 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

File diff suppressed because one or more lines are too long

View File

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