You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigating the use of gosec in an open source project and seeing failures (or non-success exit code 1) when executing from action/docker vs 0 exit code when running from the binary.
Summary
Investigating the use of gosec in an open source project and seeing failures (or non-success exit code 1) when executing from action/docker vs 0 exit code when running from the binary.
Draft PR
Please let me know if I am overlooking an expectation for runtime/evaluation.
Logs
results.sarif
Upon switching to a binary installation with
go install
the same inputs now result in a passing exit code.Steps to reproduce the behavior
gosec version
2.21.3
Go version (output of 'go version')
Operating system / Environment
linux amd64
macos arm64
Expected behavior
Matching results based on same inputs
Actual behavior
binary execution responds with success exit code
The text was updated successfully, but these errors were encountered: