Skip to content

Commit 157a438

Browse files
committed
directory fix
1 parent 1687bb1 commit 157a438

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/golang.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
uses: securego/gosec@master
4242
with:
4343
args: ./golang/...
44+
run: |
45+
go install github.com/securego/gosec/v2/cmd/gosec@latest
46+
gosec ./...
47+
working-directory: ./golang
4448
env:
4549
GOTOOLCHAIN: auto
4650

0 commit comments

Comments
 (0)