Skip to content

Commit

Permalink
Remove accidental dry-run mode in check script
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Sep 11, 2024
1 parent 7531f5c commit 8b5ba63
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 @@ -15,4 +15,4 @@ fi
python c2p/result_to_compliance.py -c cdef.json -i /tmp/compliance/check_results.json > $ar

locker_repo=`jq -r ".locker.repo_url" auditree/auditree.json`
plant-helper -f "$ar" -c assessment-results -d "Auditree check assessment-results" -l "$locker_repo" -n
plant-helper -f "$ar" -c assessment-results -d "Auditree check assessment-results" -l "$locker_repo"

0 comments on commit 8b5ba63

Please sign in to comment.