garm/runner/common_test.go
Mario Constanti 4c81c16505 fix: goconst linter findings
Signed-off-by: Mario Constanti <mario.constanti@mercedes-benz.com>
2024-02-22 17:39:02 +01:00

9 lines
222 B
Go

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