We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7d49d commit ee570ddCopy full SHA for ee570dd
1 file changed
.github/workflows/sbom.yaml
@@ -97,12 +97,6 @@ jobs:
97
uses: actions/upload-pages-artifact@v3
98
with:
99
path: ./marketing/public
100
-
101
- # SBOM Generation job
102
- generate-sbom:
103
- runs-on: ubuntu-latest
104
- needs: build
105
- steps:
106
- name: Generate SBOM with Syft
107
uses: anchore/sbom-action@v0.20.6
108
@@ -122,7 +116,6 @@ jobs:
122
116
secure_sbom_action: sign
123
117
api_key: ${{ secrets.SBOM_API_KEY }}
124
118
key_id: ${{ secrets.SECURE_SBOM_KEYID }}
125
126
119
- name: Archive (Signed SBOM)
127
120
uses: actions/upload-artifact@v4
128
121
0 commit comments