Skip to content

Commit

Permalink
zero InstanceLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Sep 11, 2024
1 parent cd6ad69 commit ca24e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cmd/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ func (cmd *ConvertCmd) transform(_ context.Context, a *api.CheckAssertions) *api
Decisions: []string{cmd.PolicyRule},
},
PolicyInstance: &aza2.PolicyInstance{
Name: cmd.PolicyName,
Name: cmd.PolicyName,
InstanceLabel: "",
},
},
Expected: a.Assertions[i].Expected,
Expand Down

0 comments on commit ca24e05

Please sign in to comment.