We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ed4b8 commit a46851eCopy full SHA for a46851e
.github/workflows/build.yml
@@ -60,12 +60,15 @@ jobs:
60
chmod +x AIBoMGen-cli
61
62
- name: Install Syft
63
+ if: ${{ matrix.go-version == '1.25.x' }}
64
uses: anchore/sbom-action/[email protected]
65
66
- name: Install Cosign
67
68
uses: sigstore/[email protected]
69
70
- name: Install Grype
71
72
uses: anchore/scan-action/download-grype@v4
73
74
- name: Generate SBOM (Syft)
0 commit comments