mirror of
https://github.com/kubescape/kubescape.git
synced 2026-02-14 09:59:54 +00:00
* fixes #964 * adapted build and ci to use build tag * fixup error messages * report git scan skipped warning & version * fixed CI on windows: powershell parsing args... * fixup leftover comment * fixup typo in test message * resolved merge conflicts on unit tests * fix: added gitenabled tag to Makefile target Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
8 lines
82 B
Go
8 lines
82 B
Go
//go:build gitenabled
|
|
|
|
package version
|
|
|
|
func isGitEnabled() bool {
|
|
return true
|
|
}
|