Skip to content

Commit 6ab7cd6

Browse files
authored
Update gosec.yml
1 parent 78aa1f4 commit 6ab7cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gosec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
gosec-scan:
4444
runs-on: ubuntu-latest
4545
needs: detect-changes
46-
if: ${{ needs.detect-changes.outputs.matrix != null }}
46+
if: ${{ needs.detect-changes.outputs.matrix != 'null' }}
4747
env:
4848
GO111MODULE: on
4949
strategy:

0 commit comments

Comments
 (0)