From 70fc0fd7012897a710a4288b3b6817a649f8c0ec Mon Sep 17 00:00:00 2001 From: James Rasell Date: Wed, 14 Jun 2023 12:13:59 +0200 Subject: [PATCH] build: add agent bindata file to copywrite ignore list. (#17507) --- .copywrite.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/.copywrite.hcl b/.copywrite.hcl index 16a0c0a09..900965d62 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -6,5 +6,6 @@ schema_version = 1 project { header_ignore = [ "command/asset/*.hcl", + "command/agent/bindata_assetfs.go", ] }