Skip to content

Commit 0e15f69

Browse files
Apply suggestion from @tstephen-nhs
Co-authored-by: tstephen-nhs <231503406+tstephen-nhs@users.noreply.github.com>
1 parent 417b5c5 commit 0e15f69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
path: sbom.cdx.json
264264

265265
- name: Check python vulnerabilities
266-
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' && failure()}}
266+
if: ${{always() && steps.check_languages.outputs.uses_poetry == 'true'}}
267267
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478
268268
with:
269269
scan-type: "fs"

0 commit comments

Comments
 (0)