Skip to content

Commit

Permalink
redirect output
Browse files Browse the repository at this point in the history
  • Loading branch information
paologalligit committed Sep 27, 2024
1 parent a270871 commit 5293b0f
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 @@ -27,7 +27,7 @@ jobs:
args: '-fmt json -exclude=G104,G115,G304,G406,G507 ./...'
- name: Capture Gosec Output
if: failure()
run: echo "${{ steps.gosec-run.outputs }}"
run: echo "${{ fromJson(needs.gosec-run.outputs) }}"

notify-slack:
name: Notify Slack
Expand Down

0 comments on commit 5293b0f

Please sign in to comment.