Skip to content

Commit 6a08c8f

Browse files
NRL-1417 add SBOM generation step pre-emptively - will not work util new version published of shared trivy actions
1 parent a711f5d commit 6a08c8f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/daily-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
- name: Run Unit Tests
3939
run: make test
4040

41+
- name: Generate SBOM
42+
uses: nhs-england-tools/trivy-action/sbom-scan@v1.4.0
43+
with:
44+
repo-path: "./"
45+
4146
- name: Build Project
4247
run: make build
4348

0 commit comments

Comments
 (0)