Skip to content

Commit

Permalink
Update gosec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 authored May 1, 2024
1 parent 78aa1f4 commit 6ab7cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
gosec-scan:
runs-on: ubuntu-latest
needs: detect-changes
if: ${{ needs.detect-changes.outputs.matrix != null }}
if: ${{ needs.detect-changes.outputs.matrix != 'null' }}
env:
GO111MODULE: on
strategy:
Expand Down

0 comments on commit 6ab7cd6

Please sign in to comment.