Skip to content

Commit 460b3b1

Browse files
authored
Add sample on searching secrets without username
1 parent 6c2eee5 commit 460b3b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/StructuredLogViewer/Controls/BuildControl.xaml.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,8 @@ private void PopulateProjectGraph()
646646
"$task $time",
647647
"$message CompilerServer failed",
648648
"will be compiled because",
649-
"$secret"
649+
"$secret",
650+
"$secret not(username)"
650651
};
651652

652653
private static string[] nodeKinds = new[]

0 commit comments

Comments
 (0)