Skip to content

Commit afed7f8

Browse files
Update container-analysis/snippets/createNote.js
changed variable to string Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1f81497 commit afed7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

container-analysis/snippets/createNote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async function main(
4646
note: {
4747
attestation: {
4848
hint: {
49-
humanReadableName: attestationAuthorityName,
49+
humanReadableName: 'my-attestation-authority',
5050
},
5151
},
5252
},

0 commit comments

Comments
 (0)