Skip to content

Commit d426069

Browse files
committed
ci : Update github.com/securego/gosec to v2.22.5
Signed-off-by: Rohan Kumar <[email protected]>
1 parent 8d4841a commit d426069

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/gosec@v2.20.0
99+
go install github.com/securego/gosec/v2/cmd/gosec@v2.22.5
100100
bash ./run_gosec.sh
101101
if [[ $? != 0 ]]
102102
then

0 commit comments

Comments
 (0)