Skip to content

Commit c974f7d

Browse files
Merge pull request #830 from JanKrivanek/patch-4
Add sample on searching secrets without username
2 parents 171b7d3 + 460b3b1 commit c974f7d

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)