Skip to content

Commit ff897cb

Browse files
authored
Enable govulncheck (#254)
1 parent 724b2e4 commit ff897cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/goCI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ jobs:
104104

105105
govulncheck:
106106
uses: ./.github/workflows/govulncheck.yml
107-
#if: inputs.run-govulncheck
108-
if: false
107+
if: true
109108
with:
110109
os-dependencies: ${{ inputs.os-dependencies }}
111110
goprivate: ${{ inputs.goprivate }}

0 commit comments

Comments
 (0)