Skip to content

Commit

Permalink
fixup - amend gitignore to only filename defaults, change cbor extent…
Browse files Browse the repository at this point in the history
…ion to txt
  • Loading branch information
jgough committed Nov 30, 2023
1 parent 61b2831 commit 24edd33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
venv/*
statement.json
signed-statement.cbor
my-signing-key.pem
payload.json
signed-statement.text
scitt-signing-key.pem
scitt-receipt.txt
scitt/artifacts/_manifest/*
2 changes: 1 addition & 1 deletion scitt/create_signed_statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def main():
"--output-file",
type=str,
help="name of the output file to store the signed statement.",
default="signed-statement.cbor",
default="signed-statement.txt",
)

args = parser.parse_args()
Expand Down

0 comments on commit 24edd33

Please sign in to comment.