From 0d362d1e1f5c92e8e32b5141ffa5a4cae3c48803 Mon Sep 17 00:00:00 2001 From: xntrik Date: Fri, 11 Feb 2022 18:06:59 +0800 Subject: [PATCH] feat: Added information_asset link to Dfd Data store part of #5 --- pkg/spec/spec.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/spec/spec.go b/pkg/spec/spec.go index ba5cd11..4d00285 100644 --- a/pkg/spec/spec.go +++ b/pkg/spec/spec.go @@ -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 {