Skip to content

Commit 40a18a5

Browse files
Merge pull request #375 from lukashankeln/fix/sensitive-passwords
fix: mark password in registry integration as sensitive
2 parents d0be98d + bf716f2 commit 40a18a5

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)