Skip to content

Commit

Permalink
Add --show-details to the cron job. (#113)
Browse files Browse the repository at this point in the history
This change will add a `details` section to the cron job output.
  • Loading branch information
scovetta committed Dec 28, 2020
1 parent 329a4cf commit ddc82c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ while read -r proj; do
continue
fi
echo "$proj"
./scorecard --repo="$proj" --format=json >> "$output"
./scorecard --repo="$proj" --show-details --format=json >> "$output"
done <<< "$projects"

gsutil cp "$output" gs://"$GCS_BUCKET"
Expand Down

0 comments on commit ddc82c6

Please sign in to comment.