prep v1.0.0 of predicate action (#46)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2024-04-25 12:41:39 -07:00
committed by GitHub
parent 2f5f68fcc3
commit 534423496e
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -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"
+8 -8
View File
@@ -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"