We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6834cec commit 2fa08d8Copy full SHA for 2fa08d8
1 file changed
internal/commands/scan_test.go
@@ -2811,7 +2811,7 @@ func TestCreateScan_VerifyNoMinimalZipCreation_WithContainerImagesFlag(t *testin
2811
2812
// Before the fix, this would have triggered createMinimalZipFile
2813
// After the fix, it should process directory contents normally
2814
- execCmdNilAssertion(t, baseArgs...)
+ execCmdNilAssertion(t, baseArgs...)
2815
}
2816
2817
func TestGetGitignorePatterns_DirPath_GitIgnore_NotFound(t *testing.T) {
0 commit comments