mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
Update sonarqube.yml
This commit is contained in:
parent
483773cb9c
commit
a5cd8d6d68
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sonarqube.yml
vendored
2
.github/workflows/sonarqube.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
- name: Run Gosec Security Scanner
|
||||
run: |
|
||||
go get github.com/securego/gosec/cmd/gosec
|
||||
go install github.com/securego/gosec/cmd/gosec@latest
|
||||
gosec -no-fail -fmt=sonarqube -out report.json ./...
|
||||
|
||||
- uses: sonarsource/sonarqube-scan-action@master
|
||||
|
|
Loading…
Reference in a new issue