Skip to content

Commit

Permalink
feat: Added information_asset link to Dfd Data store part of threatcl#5
Browse files Browse the repository at this point in the history
  • Loading branch information
xntrik committed Feb 11, 2022
1 parent e39c82e commit 0d362d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/spec/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ type DfdExternal struct {
type DfdData struct {
Name string `hcl:"name,label"`
TrustZone string `hcl:"trust_zone,optional"`
IaLink string `hcl:"information_asset,optional"`
}

type DfdFlow struct {
Expand Down

0 comments on commit 0d362d1

Please sign in to comment.