Skip to content

Commit

Permalink
test install w/o strict
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Dec 16, 2024
1 parent 1c8cbd6 commit ee0ef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/workflow/Invoke-Opa.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ function Invoke-OpaCheck {
Write-Warning " "

foreach ($Path in $Paths) {
opa test $Path --strict
opa test $Path # --strict
}
}

0 comments on commit ee0ef1b

Please sign in to comment.