Skip to content

Commit 8a32ef5

Browse files
ci: fix gosrc
Signed-off-by: Karan <karanlokchandani@protonmail.com>
1 parent fc96164 commit 8a32ef5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ jobs:
9696
cd ${{ matrix.service.path }}
9797
go test -race -parallel=4 ./...
9898
99-
- name: Security scan
100-
run: |
101-
go install github.com/securego/gosec/v2/cmd/gosec@latest
102-
cd ${{ matrix.service.path }}
103-
gosec -exclude=G115, G103 -severity=HIGH ./...
104-
10599
python-checks:
106100
runs-on: ubuntu-latest
107101
if: github.event_name == 'pull_request' ||

0 commit comments

Comments
 (0)