Skip to content

Commit a2a1d1d

Browse files
committed
fix golang
1 parent 22d98b8 commit a2a1d1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203
if: ${{ steps.check_languages.outputs.uses_go == 'true' }}
204204
with:
205205
scan-type: "fs"
206-
scan-ref: "src/go.sum"
206+
scan-ref: "src/go.mod"
207207
severity: "CRITICAL,HIGH"
208208
scanners: "license"
209209
format: "table"
@@ -298,7 +298,7 @@ jobs:
298298
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
299299
with:
300300
scan-type: "fs"
301-
scan-ref: "src/go.sum"
301+
scan-ref: "src/go.mod"
302302
severity: "CRITICAL,HIGH"
303303
scanners: "vuln"
304304
format: "table"

0 commit comments

Comments
 (0)