We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3ddfd commit c5fb246Copy full SHA for c5fb246
1 file changed
.github/workflows/quality-checks.yml
@@ -174,7 +174,14 @@ jobs:
174
run: make test
175
176
- name: Generate and check SBOMs
177
- uses: NHSDigital/eps-action-sbom@7684ce6314e515df7b7929fac08b4464f8a03d06
+ uses: aquasecurity/trivy-action@0.33.1
178
+ with:
179
+ scan-type: "fs"
180
+ scan-ref: "."
181
+ severity: "CRITICAL,HIGH"
182
+ format: "table"
183
+ output: "dependency-results.txt"
184
+ exit-code: "1"
185
186
- name: "check is SONAR_TOKEN exists"
187
env:
0 commit comments