We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7e40 commit a51fb29Copy full SHA for a51fb29
.github/workflows/sbom-sign-verify.yml
@@ -26,6 +26,8 @@ jobs:
26
with:
27
version: v1
28
args: mod -licenses -json -output-version 1.6 -output sbom-validator.${{ github.ref_name }}.cdx.json
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Sign SBOM
33
uses: shiftleftcyber/secure-sbom-action@v1.3.1
0 commit comments