We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa1ae5 + 018658d commit 16cf8daCopy full SHA for 16cf8da
1 file changed
.github/workflows/daily-build.yml
@@ -67,3 +67,18 @@ jobs:
67
with:
68
key: ${{ github.run_id }}-nrlf-permissions
69
path: dist/nrlf_permissions.zip
70
+
71
+ sbom:
72
+ name: Generate SBOM - ${{ github.ref }}
73
+ runs-on: ubuntu-latest
74
75
+ steps:
76
+ - name: Git clone - ${{ github.ref }}
77
+ uses: actions/checkout@v4
78
+ with:
79
+ ref: ${{ github.ref }}
80
81
+ - name: Generate SBOM
82
+ uses: nhs-england-tools/trivy-action/sbom-scan@v1.4.0
83
84
+ repo-path: "./"
0 commit comments