You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db.outputs.GRYPE_DB_UPDATE_STATUS == 0 }} # Run only if DB is available on the runner }}
228
228
with:
@@ -237,7 +237,7 @@ runs:
237
237
# Don't fail during report generation
238
238
# JSON format will report any ignored rules
239
239
- name: Vulnerability analysis of SBOM (JSON format)
if: ${{ steps.sbom_report.outputs.files_exists == 'true' && steps.grype_db.outputs.GRYPE_DB_UPDATE_STATUS == 0 }} # Run only if DB is available on the runner}}
243
243
with:
@@ -308,7 +308,7 @@ runs:
308
308
# Notify grype quick scan results in table format
309
309
# Table format will supress any specified ignore rules
0 commit comments