Skip to content

Commit 9cd5587

Browse files
committed
adding png in nuget ignored pattterns
Signed-off-by: Monal-Reddy <monalreddy001@gmail.com>
1 parent 990d340 commit 9cd5587

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scanpipe/pipes/flag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
"*.dll.config",
8989
"*.exe.config",
9090
"*.shasum",
91+
"*.png",
9192
]
9293

9394

scanpipe/tests/pipes/test_flag.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def test_nuget_ignored_patterns_match_expected_files(self):
149149
"bar.dll.config",
150150
"baz.exe.config",
151151
"test.shasum",
152+
"image.png",
152153
]
153154
for path in paths:
154155
matched = any(

0 commit comments

Comments
 (0)