Skip to content

Commit

Permalink
this should fail
Browse files Browse the repository at this point in the history
  • Loading branch information
inosmeet committed Jan 25, 2025
1 parent 5f9f841 commit 61ddd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KubeArmor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func printBuildDetails() {
return
}
kg.Printf("BUILD-INFO: commit: %v, branch: %v, date: %v",
GitCommit, GitBranch, BuildDate)
GitCommit, GitBranch, BuildDate

Check failure on line 31 in KubeArmor/main.go

View workflow job for this annotation

GitHub Actions / go-vuln

missing ',' before newline in argument list
}

Check failure on line 32 in KubeArmor/main.go

View workflow job for this annotation

GitHub Actions / go-vuln

expected operand, found '}'

func init() {
Expand Down

0 comments on commit 61ddd4a

Please sign in to comment.