Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Sep 27, 2024
1 parent 653ab51 commit 56ca9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56ca9ef

Please sign in to comment.