Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hadarshjfrog committed Nov 27, 2024
1 parent 12f1ae6 commit c561375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audit_test.go
Original file line number Diff line number Diff line change
@@ -551,7 +551,7 @@ func TestXrayAuditSastCppFlagSimpleJson(t *testing.T) {
})
}
func TestXrayAuditSastCSharpFlagSimpleJson(t *testing.T) {
//Placeholder until C# Sast is implemented
// Placeholder until C# Sast is implemented
t.Skip()
output := testXrayAuditJas(t, securityTests.PlatformCli, filepath.Join("package-managers", "dotnet", "dotnet-single"), "3", false, false, true, "")
validations.VerifySimpleJsonResults(t, output, validations.ValidationParams{

0 comments on commit c561375

Please sign in to comment.