Skip to content

Commit 261d7d7

Browse files
committed
PS: Also extract .psd1 files.
1 parent df962d7 commit 261d7d7

File tree

1 file changed

+1
-1
lines changed
  • powershell/extractor/Semmle.Extraction.PowerShell.Standalone

1 file changed

+1
-1
lines changed

powershell/extractor/Semmle.Extraction.PowerShell.Standalone/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public override void InvalidArgument(string argument)
7777
/// <summary>
7878
/// List of extensions to include.
7979
/// </summary>
80-
public IList<string> Extensions { get; } = new List<string>() { ".ps1" };
80+
public IList<string> Extensions { get; } = new List<string>() { ".ps1", ".psd1" };
8181

8282
/// <summary>
8383
/// Files/patterns to exclude.

0 commit comments

Comments
 (0)