diff --git a/package-lock.json b/package-lock.json index 6424635..90d043f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "typescript-action", - "version": "0.0.0", + "name": "actions/attest-sbom", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "typescript-action", - "version": "0.0.0", + "name": "actions/attest-sbom", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1" diff --git a/package.json b/package.json index 5e1fb76..f021f95 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,21 @@ { - "name": "typescript-action", - "description": "GitHub Actions TypeScript template", - "version": "0.0.0", + "name": "actions/attest-sbom", + "description": "Generate signed SBOM attestations", + "version": "1.0.0", "author": "", "private": true, - "homepage": "https://github.com/actions/typescript-action", + "homepage": "https://github.com/actions/attest-sbom", "repository": { "type": "git", - "url": "git+https://github.com/actions/typescript-action.git" + "url": "git+https://github.com/actions/attest-sbom.git" }, "bugs": { - "url": "https://github.com/actions/typescript-action/issues" + "url": "https://github.com/actions/attest-sbom/issues" }, "keywords": [ "actions", - "node", - "setup" + "attestation", + "sbom" ], "exports": { ".": "./dist/index.js"