Skip to content

Commit

Permalink
The argument to check should be a directory to write assessment-resul…
Browse files Browse the repository at this point in the history
…ts to, not the file to write them to
  • Loading branch information
rahearn committed Sep 12, 2024
1 parent 3a337e3 commit 0cdd121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python c2p/compliance_to_policy.py -c cdef.json -o auditree/auditree.json
if [ "$1" = "" ]; then
ar="$(mktemp -d)/auditree.json"
else
ar="$1"
ar="$1/auditree.json"
fi

python c2p/result_to_compliance.py -c cdef.json -i /tmp/compliance/check_results.json > $ar
Expand Down

0 comments on commit 0cdd121

Please sign in to comment.