Skip to content

Commit

Permalink
Improve Audit result table views
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Aug 27, 2023
1 parent 08bb34c commit ccda48c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xray/services/scan_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func TestFlattenGraph(t *testing.T) {
// Create random trees with the following 8 IDs
timestamp := time.Now().Unix()
log.Info("Timestamp for test:", timestamp)
//#nosec G404
seed := rand.New(rand.NewSource(timestamp))
depIds := []string{"dep1", "dep2", "dep3", "dep4", "dep5", "dep6", "dep7", "dep8"}
tree1 := generateTreeWithIDs(depIds, seed)
Expand Down

0 comments on commit ccda48c

Please sign in to comment.