Skip to content

Commit

Permalink
github: comment out govulncheck
Browse files Browse the repository at this point in the history
govulnceck is currently failing as a dependency is using a lib with a
vulnerability which only a go version update fixes. As we are only a lib
and don't build a client, the user needs to update there go.

Signed-off-by: Jakob Hahn <[email protected]>
  • Loading branch information
Jakob3xD committed Nov 15, 2023
1 parent 7d8f2fb commit 8bf4c78
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Run govulncheck

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run govulncheck
uses: golang/govulncheck-action@v1
#name: Run govulncheck
#
#on: [push, pull_request]
#
#jobs:
# build:
# runs-on: ubuntu-latest
#
# steps:
# - name: Run govulncheck
# uses: golang/govulncheck-action@v1

0 comments on commit 8bf4c78

Please sign in to comment.