ci: Add Trivy Scan as notification to release/nightly (no-changelog) (#15868)

This commit is contained in:
shortstacked
2025-06-02 12:24:50 +01:00
committed by GitHub
parent 5985df6e51
commit 7ae67f016d
7 changed files with 144 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ jobs:
needs: [unit-test, lint]
steps:
- name: Notify Slack on failure
uses: act10ns/slack@ed1309ab9862e57e9e583e51c7889486b9a00b0f # v2.0.0
uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0
if: failure()
with:
status: ${{ job.status }}