fix(workflows): replace invalid semantic-version action with fallback script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import client from './client'
|
||||
|
||||
export interface SecurityStatus {
|
||||
cerberus?: { enabled: boolean }
|
||||
crowdsec: {
|
||||
mode: 'disabled' | 'local' | 'external'
|
||||
api_url: string
|
||||
@@ -11,6 +12,7 @@ export interface SecurityStatus {
|
||||
enabled: boolean
|
||||
}
|
||||
rate_limit: {
|
||||
mode?: 'disabled' | 'enabled'
|
||||
enabled: boolean
|
||||
}
|
||||
acl: {
|
||||
|
||||
Reference in New Issue
Block a user