We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbc5ad commit 822cff5Copy full SHA for 822cff5
scorecard/README.md
@@ -23,7 +23,6 @@ dagger -m github.com/tsirysndr/daggerverse/scorecard call calc --repo github.com
23
import { calc } from 'jsr:@daggerverse/scorecard';
24
25
await calc(
26
- ".",
27
"github.com/ossf-tests/scorecard-check-branch-protection-e2e"
28
);
29
```
scorecard/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@daggerverse/scorecard",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"exports": "./mod.ts",
5
"importMap": "import_map.json",
6
"tasks": {
0 commit comments