Skip to content

Commit bf716f2

Browse files
committed
fix: mark password in registry integration as sensitive
1 parent d0be98d commit bf716f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aquasec/resource_registry.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ func resourceRegistry() *schema.Resource {
5050
Type: schema.TypeString,
5151
Description: "The password for registry authentication",
5252
Optional: true,
53+
Sensitive: true,
5354
},
5455
"type": {
5556
Type: schema.TypeString,

0 commit comments

Comments
 (0)