From 56ca9efce46187bb2dc8b8d7b53601dd24f7543e Mon Sep 17 00:00:00 2001 From: Paolo Galli Date: Fri, 27 Sep 2024 12:10:16 +0200 Subject: [PATCH] fix output --- .github/workflows/gosec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gosec.yaml b/.github/workflows/gosec.yaml index 2bb2c2a25..581d2c272 100644 --- a/.github/workflows/gosec.yaml +++ b/.github/workflows/gosec.yaml @@ -34,7 +34,7 @@ jobs: name: Notify Slack needs: - gosec - if: always() && nneeds.gosec.outputs.gosec-output.found != 0 + if: always() && needs.gosec.outputs.gosec-output.found != 0 runs-on: ubuntu-latest steps: - name: Checkout code