Add GPG signature verification

This commit is contained in:
2026-02-24 18:50:50 +02:00
parent 45721cfc43
commit 95dee0560a
5 changed files with 394 additions and 11 deletions
+4 -3
View File
@@ -14,9 +14,10 @@ type MainBPMConfigStruct struct {
}
type configDatabase struct {
Name string `yaml:"name"`
Source string `yaml:"source"`
Disabled *bool `yaml:"disabled"`
Name string `yaml:"name"`
Source string `yaml:"source"`
VerificationLevel string `yaml:"verification_level"`
Disabled *bool `yaml:"disabled"`
}
type CompilationBPMConfigStruct struct {