Skip to content

Commit

Permalink
[DO NOT MERGE] check version
Browse files Browse the repository at this point in the history
  • Loading branch information
gansheer committed Jun 14, 2024
1 parent af4b627 commit ae6e3b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ jobs:
with:
go-version-file: 'go.mod'
check-latest: true
- name: lint
- name: vuln version
shell: bash
run: |
govulncheck --version
- name: vuln
shell: bash
run: |
make vuln
1 change: 1 addition & 0 deletions e2e/support/test_support.go
Original file line number Diff line number Diff line change
Expand Up @@ -2896,6 +2896,7 @@ func Pods(t *testing.T, ctx context.Context, ns string) func() []corev1.Pod {
}
}

// Code change
func WithNewTestNamespace(t *testing.T, doRun func(context.Context, *gomega.WithT, string)) {
ns := NewTestNamespace(t, testContext, false)
defer deleteTestNamespace(t, testContext, ns)
Expand Down

0 comments on commit ae6e3b1

Please sign in to comment.