[READ-ONLY] Mirror of https://github.com/danielroe/provenance-action. Fail CI when dependencies in your lockfile lose npm provenance or trusted publisher status
github-actions provenance security trusted-publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

provenance-action / package.json
841 B 31 lines
1{ 2 "name": "provenance-action", 3 "type": "module", 4 "version": "0.0.2", 5 "packageManager": "pnpm@11.17.0", 6 "description": "GitHub Action that fails CI when dependencies in your lockfile lose npm provenance or trusted publisher status", 7 "author": "Daniel Roe <daniel@roe.dev>", 8 "license": "MIT", 9 "keywords": [], 10 "main": "lib/index.ts", 11 "scripts": { 12 "test": "vitest run --coverage", 13 "typecheck": "tsc --noEmit", 14 "lint": "eslint .", 15 "prepare": "simple-git-hooks", 16 "release": "bumpp" 17 }, 18 "devDependencies": { 19 "@antfu/eslint-config": "9.2.0", 20 "@types/node": "24.13.3", 21 "@vitest/coverage-v8": "4.1.10", 22 "bumpp": "12.0.0", 23 "eslint": "10.8.0", 24 "simple-git-hooks": "2.13.1", 25 "typescript": "7.0.2", 26 "vitest": "4.1.10" 27 }, 28 "simple-git-hooks": { 29 "pre-commit": "echo 1" 30 } 31}