Skip to content

Commit

Permalink
Update MSFT.OSS.Rule.ps1 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Jul 15, 2024
1 parent 5caf9ac commit 1d28121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PSRule.Rules.MSFT.OSS/MSFT.OSS.Rule.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Synopsis: Check for recommended community files
Rule 'MSFT.OSS.Community' -Type 'PSRule.Data.RepositoryInfo' {
$Assert.FilePath($TargetObject, 'FullName', @('LICENSE'));
$Assert.FilePath($TargetObject, 'FullName', @('LICENSE', 'LICENSE.txt'));
$Assert.FilePath($TargetObject, 'FullName', @('CODE_OF_CONDUCT.md'));
$Assert.FilePath($TargetObject, 'FullName', @('CONTRIBUTING.md'));
$Assert.FilePath($TargetObject, 'FullName', @('SECURITY.md'));
Expand Down

0 comments on commit 1d28121

Please sign in to comment.