author | Alberto Bertogli
<albertito@blitiri.com.ar> 2023-10-16 09:17:24 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2023-10-16 09:26:23 UTC |
parent | 098095e540baf6dae5b2331c5eab3688e611b21b |
.github/workflows/govulncheck.yaml | +6 | -0 |
diff --git a/.github/workflows/govulncheck.yaml b/.github/workflows/govulncheck.yaml index 4e3aeea..3d99728 100644 --- a/.github/workflows/govulncheck.yaml +++ b/.github/workflows/govulncheck.yaml @@ -18,4 +18,10 @@ jobs: - id: govulncheck uses: golang/govulncheck-action@v1 with: + # Use the latest available Go version, and disable the cache + # (because it often interferes with finding it). + # This helps reduce false positives when there are security issues + # in the Go distribution itself. + go-version-input: 'stable' check-latest: true + cache: false