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 826b406 commit e6d9f5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gosec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
args: '-fmt json -exclude=G104,G115,G304,G406,G507 ./...'
- name: Capture Gosec Output
if: failure()
run: echo "gosec-output=$(echo "${{ steps.gosec-run.outputs.issues }}")" >> $GITHUB_OUTPUT
continue-on-error: true
run: echo "gosec-output=$(echo "${{ steps.gosec-run.outputs.gosec-output }}")" >> $GITHUB_OUTPUT

notify-slack:
name: Notify Slack
Expand Down

0 comments on commit e6d9f5d

Please sign in to comment.