From f0b477a6031cc599458ba63d7c559ccd11e5c744 Mon Sep 17 00:00:00 2001 From: xiaohuo Date: Fri, 4 Oct 2024 01:42:47 +0800 Subject: [PATCH] fix: lint --- das/google_cloud_storage_service_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/das/google_cloud_storage_service_test.go b/das/google_cloud_storage_service_test.go index 21cca0abb2..799d999bad 100644 --- a/das/google_cloud_storage_service_test.go +++ b/das/google_cloud_storage_service_test.go @@ -50,6 +50,7 @@ func NewTestGoogleCloudStorageService(ctx context.Context, googleCloudStorageCon func TestNewGoogleCloudStorageService(t *testing.T) { ctx := context.Background() + // #nosec G115 expiry := uint64(time.Now().Add(time.Hour).Unix()) googleCloudStorageServiceConfig := DefaultGoogleCloudStorageServiceConfig googleCloudStorageServiceConfig.Enable = true