Skip to content

Commit b3a54d7

Browse files
Rafal Wegrzyckirafwegv
Rafal Wegrzycki
authored andcommitted
added threat campaigns element that i missed previously
1 parent 9b555c5 commit b3a54d7

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

deployments/common/ap-policy-definition.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,21 @@ spec:
868868
name:
869869
type: string
870870
type: object
871+
threat-campaigns:
872+
items:
873+
properties:
874+
isEnabled:
875+
type: boolean
876+
name:
877+
type: string
878+
type: object
879+
type: array
880+
threatCampaignReference:
881+
properties:
882+
link:
883+
pattern: ^http
884+
type: string
885+
type: object
871886
urlReference:
872887
properties:
873888
link:

deployments/helm-chart/crds/ap-policy.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,21 @@ spec:
870870
name:
871871
type: string
872872
type: object
873+
threat-campaigns:
874+
items:
875+
properties:
876+
isEnabled:
877+
type: boolean
878+
name:
879+
type: string
880+
type: object
881+
type: array
882+
threatCampaignReference:
883+
properties:
884+
link:
885+
pattern: ^http
886+
type: string
887+
type: object
873888
urlReference:
874889
properties:
875890
link:

0 commit comments

Comments
 (0)