blob: 58780648db82fbea9c8d46a2d8b1700dcef0b70e [file] [log] [blame]
// +build !dfsecrets
package instructions
func isSecretMountsSupported() bool {
return false
}