package runner const ( // nolint: gosec notExistingCredentialsName = "not-existent-creds-name" // nolint: gosec invalidCredentialsName = "invalid-creds-name" notExistingProviderName = "not-existent-provider-name" )