We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc49d34 commit 71a93a0Copy full SHA for 71a93a0
1 file changed
.github/workflows/provenance.yml
@@ -55,7 +55,7 @@ jobs:
55
matrix:
56
subject: ${{ fromJson(inputs.sbom-info).subjects }}
57
steps:
58
- - name: ⬇️ Download SBOM artifact
+ - name: ⬇️ Download SBOM
59
uses: actions/download-artifact@v4
60
with:
61
artifact-ids: ${{ fromJson(inputs.sbom-info).artifactId }}
@@ -65,7 +65,7 @@ jobs:
65
id: oksbom
66
shell: bash
67
env:
68
- SBOM_PATH: ${{ format('sbom/{0}/{1}', fromJson(inputs.sbom-info.artifactName), fromJson(inputs.sbom-info).path) }}
+ SBOM_PATH: ${{ format('sbom/{0}/{1}', fromJson(inputs.sbom-info).artifactName, fromJson(inputs.sbom-info).path) }}
69
SBOM_DIGEST: ${{ fromJson(inputs.sbom-info).digest }}
70
run: |
71
set -euo pipefail
0 commit comments