ci: Pass correct secrets to Trivy (#18139)

This commit is contained in:
shortstacked
2025-08-08 19:44:57 +01:00
committed by GitHub
parent c610c3af3e
commit a3b625fc18
2 changed files with 3 additions and 4 deletions

View File

@@ -393,5 +393,4 @@ jobs:
uses: ./.github/workflows/security-trivy-scan-callable.yml
with:
image_ref: ${{ needs.build-and-push-docker.outputs.image_ref }}
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
secrets: inherit