mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Update sonarqube.yml
This commit is contained in:
parent
a5cd8d6d68
commit
556223c09a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/sonarqube.yml
vendored
8
.github/workflows/sonarqube.yml
vendored
|
@ -27,11 +27,11 @@ jobs:
|
|||
- name: Run unit Tests
|
||||
run: |
|
||||
go test -v -race --coverprofile=./cov.out ./...
|
||||
|
||||
|
||||
- name: Run Gosec Security Scanner
|
||||
run: |
|
||||
go install github.com/securego/gosec/cmd/gosec@latest
|
||||
gosec -no-fail -fmt=sonarqube -out report.json ./...
|
||||
uses: securego/gosec@master
|
||||
with:
|
||||
args: '-no-fail -fmt sonarqube -out report.json ./...'
|
||||
|
||||
- uses: sonarsource/sonarqube-scan-action@master
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue