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