Skip to content

Commit 699356c

Browse files
authored
gh-actions: rename cbom run step, add summary job
1 parent 681d7db commit 699356c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/xbom.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
repository: ${{ fromJSON(needs.build-matrix.outputs.repositories) }}
4040

4141
steps:
42-
- name: 💈 Run
43-
id: cbom
42+
- name: 💈 CBOM run
4443
uses: advanced-security/cbom-action/analyze@d5f28cfce2a516c74cae4ebb296a427eb51f62ec # 11 Dec 25
4544
with:
4645
repositoryNameWithOwner: ${{ fromJson(matrix.repository).nameWithOwner }}
@@ -50,6 +49,10 @@ jobs:
5049
requestGitHubAnalysis: false
5150
queryTimeout: 500
5251

52+
cbom-summary:
53+
name: 🌋 CBOM results
54+
runs-on: ubuntu-latest
55+
needs: run-cbom-action
56+
steps:
5357
- name: 🔅 Summarize
54-
if: success()
5558
uses: advanced-security/cbom-action/workflow-summary@d5f28cfce2a516c74cae4ebb296a427eb51f62ec # 11 Dec 25

0 commit comments

Comments
 (0)