Skip to content

Commit 4dd9349

Browse files
authored
ci: tests: build: Fix json sort keys
1 parent 59560fb commit 4dd9349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: in-toto-cyclonedx
5353
run: |
5454
echo "attestation<<GITHUB_OUTPUT_EOF" >> $GITHUB_OUTPUT
55-
(python -m json.tool --sort_keys | tee -a $GITHUB_OUTPUT) <<EOF
55+
(python -m json.tool --sort-keys | tee -a $GITHUB_OUTPUT) <<EOF
5656
{
5757
"_type": "https://in-toto.io/Statement/v0.1",
5858
"subject": [

0 commit comments

Comments
 (0)