Skip to content

Commit

Permalink
Add ignorePaths to suppress allstar warnings
Browse files Browse the repository at this point in the history
The UIforETW repo now contains just five binary files and these are all
from Microsoft SDKs. They are all signed by Microsoft so they are "safe"
to have as binary files.

This should resolve issue #155.
  • Loading branch information
randomascii committed Jul 27, 2022
1 parent ea32da8 commit 2f9de79
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .allstar/binary_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Ignore reason: These signed files all come from a Microsoft SDK and are needed for UIforETW's functionality.
ignorePaths:
- third_party/dbghelp.dll
- third_party/pdbcopy.exe
- third_party/symsrv.dll
- third_party/x64/dbghelp.dll
- third_party/x64/symsrv.dll

0 comments on commit 2f9de79

Please sign in to comment.