Skip to content

Commit

Permalink
Merge pull request #830 from JanKrivanek/patch-4
Browse files Browse the repository at this point in the history
Add sample on searching secrets without username
  • Loading branch information
KirillOsenkov authored Nov 4, 2024
2 parents 171b7d3 + 460b3b1 commit c974f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StructuredLogViewer/Controls/BuildControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,8 @@ private void PopulateProjectGraph()
"$task $time",
"$message CompilerServer failed",
"will be compiled because",
"$secret"
"$secret",
"$secret not(username)"
};

private static string[] nodeKinds = new[]
Expand Down

0 comments on commit c974f7d

Please sign in to comment.