chore(ci): allow scanner actions to auto-select Go toolchain

This commit is contained in:
Micheal Wilkinson
2026-03-21 13:54:11 +00:00
parent 494eea998d
commit eb63da9354
2 changed files with 8 additions and 0 deletions

View File

@@ -154,11 +154,15 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.22.3
env:
GOTOOLCHAIN: auto
with:
args: './...'
- name: Run Go Vulnerability Check
uses: golang/govulncheck-action@v1
env:
GOTOOLCHAIN: auto
- name: Generate coverage badge
env:

View File

@@ -65,11 +65,15 @@ jobs:
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.22.3
env:
GOTOOLCHAIN: auto
with:
args: './...'
- name: Run Go Vulnerability Check
uses: golang/govulncheck-action@v1
env:
GOTOOLCHAIN: auto
- name: Install AWS CLI v2
uses: ankurk91/install-aws-cli-action@v1