Skip to content

Commit ee570dd

Browse files
committed
execute in same job for now
1 parent 7b7d49d commit ee570dd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/sbom.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ jobs:
9797
uses: actions/upload-pages-artifact@v3
9898
with:
9999
path: ./marketing/public
100-
101-
# SBOM Generation job
102-
generate-sbom:
103-
runs-on: ubuntu-latest
104-
needs: build
105-
steps:
106100
- name: Generate SBOM with Syft
107101
uses: anchore/sbom-action@v0.20.6
108102
with:
@@ -122,7 +116,6 @@ jobs:
122116
secure_sbom_action: sign
123117
api_key: ${{ secrets.SBOM_API_KEY }}
124118
key_id: ${{ secrets.SECURE_SBOM_KEYID }}
125-
126119
- name: Archive (Signed SBOM)
127120
uses: actions/upload-artifact@v4
128121
with:

0 commit comments

Comments
 (0)