Skip to content

Commit 826f077

Browse files
Setup Go for vulnerability scan (#377)
Go is still needed to run the vulnerability scan successfully on v2.5.5 and earlier. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 13918c9 commit 826f077

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/scan.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ inputs.ref }}
22+
- uses: actions/setup-go@v5 # Needed for scanning of v2.5.5 and earlier
23+
with:
24+
go-version: stable
25+
cache: false
2226
- uses: actions/setup-java@v4
2327
with:
2428
distribution: temurin

0 commit comments

Comments
 (0)