Skip to content

Commit 74446e9

Browse files
committed
ci : Update github.com/securego/gosec to v2.22.8
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 55c17cc commit 74446e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Run Gosec Security Scanner
9797
run: |
9898
export PATH=$PATH:$(go env GOPATH)/bin
99-
go install github.com/securego/gosec/v2/cmd/[email protected].7
99+
go install github.com/securego/gosec/v2/cmd/[email protected].8
100100
bash ./run_gosec.sh
101101
if [[ $? != 0 ]]
102102
then

0 commit comments

Comments
 (0)