Skip to content

Commit

Permalink
added threat campaigns element that i missed previously
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Wegrzycki authored and rafwegv committed Aug 28, 2020
1 parent 9b555c5 commit b3a54d7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions deployments/common/ap-policy-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,21 @@ spec:
name:
type: string
type: object
threat-campaigns:
items:
properties:
isEnabled:
type: boolean
name:
type: string
type: object
type: array
threatCampaignReference:
properties:
link:
pattern: ^http
type: string
type: object
urlReference:
properties:
link:
Expand Down
15 changes: 15 additions & 0 deletions deployments/helm-chart/crds/ap-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,21 @@ spec:
name:
type: string
type: object
threat-campaigns:
items:
properties:
isEnabled:
type: boolean
name:
type: string
type: object
type: array
threatCampaignReference:
properties:
link:
pattern: ^http
type: string
type: object
urlReference:
properties:
link:
Expand Down

0 comments on commit b3a54d7

Please sign in to comment.