Skip to content

Commit

Permalink
fixed annotation error on vuln check action
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Aug 30, 2023
1 parent bea8327 commit ee33d3f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,10 @@ jobs:
name: "Vulnerability check"
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true

- name: Scan for Vulnerabilities
uses: golang/govulncheck-action@v0.2.0
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.20.6
go-package: ./...

test:
Expand Down

0 comments on commit ee33d3f

Please sign in to comment.