Skip to content

Commit dc5e545

Browse files
authored
Update generate-checksums.mjs
1 parent aac23d7 commit dc5e545

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

scripts/generate-checksums.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ const repoRoot = path.resolve(__dirname, "..");
1010

1111
// Which paths to include in checksums
1212
const ROOTS = [
13-
"schemas/v1.0.0",
14-
"examples/v1.0.0",
15-
"manifest.json",
16-
"POLICY.md",
17-
"SPEC.md",
18-
"README.md",
19-
"SECURITY.md",
20-
"SECURITY_PROVENANCE.md"
13+
"schemas/v1.0.0",
2114
];
2215

2316
// Paths to skip entirely

0 commit comments

Comments
 (0)