Skip to content

Commit

Permalink
always generate details in report
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Toffia committed May 12, 2020
1 parent ee53216 commit 53b07c1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,8 @@ func (r *Reporter) handleAsmTag(asmtag *asm.AsmTagStruct) *Parameter {
}
prm.Type = SecretsManager
prm.ValueType = "SecureString"

if strKey := asmtag.StringKey(); strKey != "" {
prm.Details = AsmParameterDetails{
StringKey: strKey,
}
prm.Details = AsmParameterDetails{
StringKey: asmtag.StringKey(),
}

if asmtag.IsLocalKey() {
Expand Down

0 comments on commit 53b07c1

Please sign in to comment.