Skip to content

Commit fc96164

Browse files
ci: go sec exceptions
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent ac77a11 commit fc96164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: |
101101
go install github.com/securego/gosec/v2/cmd/gosec@latest
102102
cd ${{ matrix.service.path }}
103-
gosec -exclude=G115 -severity=HIGH ./...
103+
gosec -exclude=G115, G103 -severity=HIGH ./...
104104
105105
python-checks:
106106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)