Skip to content

Commit

Permalink
Semgrep fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Oct 2, 2024
1 parent 21d1594 commit c1e181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/ec2/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func tagsFromTagDescriptions(tds []awstypes.TagDescription) []awstypes.Tag {
}

func tagsSchemaConflictsWith(conflictsWith []string) *schema.Schema {
v := *tftags.TagsSchema()
v := *tftags.TagsSchema() // nosemgrep:ci.semgrep.aws.prefer-pointer-conversion-assignment
v.ConflictsWith = conflictsWith

return &v
Expand Down

0 comments on commit c1e181a

Please sign in to comment.