Calculates the scorecard for a given repository.
dagger -m github.com/tsirysndr/daggerverse/scorecard call calc --repo <repository>
dagger -m github.com/tsirysndr/daggerverse/scorecard call calc --repo github.com/ossf-tests/scorecard-check-branch-protection-e2e
import { calc } from 'jsr:@fx/scorecard';
await calc(
"github.com/ossf-tests/scorecard-check-branch-protection-e2e"
);