diff --git a/cmd/setec/setec.go b/cmd/setec/setec.go index 69cc184..a3d616b 100644 --- a/cmd/setec/setec.go +++ b/cmd/setec/setec.go @@ -1,6 +1,8 @@ // Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause +//lint:file-ignore SA4023 Depends on build tag + // Program setec is a secret management server that vends secrets over // Tailscale, and a client tool to communicate with that server. package main