Skip to content

Commit f96d91e

Browse files
authored
add remediation_sync origin (#3915)
1 parent 02365c9 commit f96d91e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/types/constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const (
2323
ListOrigin = "lists"
2424
CAPIOrigin = "CAPI"
2525
CommunityBlocklistPullSourceScope = "crowdsecurity/community-blocklist"
26+
RemediationSyncOrigin = "remediation_sync"
2627
)
2728

2829
const DecisionTypeBan = "ban"
@@ -35,6 +36,7 @@ func GetOrigins() []string {
3536
CscliImportOrigin,
3637
ListOrigin,
3738
CAPIOrigin,
39+
RemediationSyncOrigin,
3840
}
3941
}
4042

0 commit comments

Comments
 (0)