Skip to content

Commit c231c87

Browse files
committed
CI action: new govulncheck action
1 parent b56c58e commit c231c87

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,16 @@ jobs:
6464
security:
6565
name: Security
6666
runs-on: ubuntu-latest
67-
env:
68-
GOSECGOVERSION: go1.23.4
69-
GOLANG_VERSION: 1.23.4
7067
steps:
7168
- uses: actions/checkout@v4
7269
- name: Run Gosec Security Scanner
7370
uses: securego/gosec@master
7471
with:
7572
args: -exclude=G404,G307,G104 ./...
76-
- name: Run govulncheck
77-
uses: Templum/govulncheck-action@v1
73+
- id: govulncheck
74+
uses: golang/govulncheck-action@v1
7875
with:
79-
package: ./...
76+
go-package: ./...
8077
docker:
8178
name: Build Docker image
8279
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)