mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-11-13 19:29:02 +00:00
8 lines
71 B
Go
8 lines
71 B
Go
|
//go:build fipsonly
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "crypto/tls/fipsonly"
|
||
|
)
|