upload attestation to GHCR instead of attestations API

This commit is contained in:
Conor Sloan
2024-08-22 14:10:50 +01:00
parent f213f0c945
commit 1f725c56d6
7 changed files with 1016 additions and 106 deletions
+3 -2
View File
@@ -71,11 +71,12 @@
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@sigstore/oci": "^0.3.7",
"@types/fs-extra": "^11.0.4",
"archiver": "^7.0.1",
"fs-extra": "^11.2.0",
"tar": "^7.4.3",
"simple-git": "^3.22.0"
"simple-git": "^3.22.0",
"tar": "^7.4.3"
},
"devDependencies": {
"@types/archiver": "^6.0.2",