Skip to content

Commit 1f97aae

Browse files
committed
Run sbom during action
1 parent 92d8775 commit 1f97aae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- run: dfetch check
4444
- run: dfetch update
4545
- run: dfetch update
46+
- run: dfetch report -t sbom
4647
- name: Dfetch SARIF Check
4748
uses: ./
4849
with:
@@ -109,6 +110,8 @@ jobs:
109110
- run: dfetch check
110111
- run: dfetch update
111112
- run: dfetch update
113+
- run: dfetch report -t sbom
114+
112115
- name: Dfetch SARIF Check
113116
uses: ./
114117
with:

0 commit comments

Comments
 (0)