Skip to content

Commit

Permalink
test: set dummy value for NUGET_PACKAGES (#8107)
Browse files Browse the repository at this point in the history
Signed-off-by: nikpivkin <[email protected]>
  • Loading branch information
nikpivkin authored Dec 16, 2024
1 parent f0b3a99 commit 17827db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/repo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import (

// TestRepository tests `trivy repo` with the local code repositories
func TestRepository(t *testing.T) {
t.Setenv("NUGET_PACKAGES", t.TempDir())
type args struct {
scanner types.Scanner
ignoreIDs []string
Expand Down

0 comments on commit 17827db

Please sign in to comment.