From 906a51b7d69a7a971d154c436669638e2e5e851e Mon Sep 17 00:00:00 2001 From: Barry Gordon Date: Wed, 12 Apr 2023 12:42:31 +0100 Subject: [PATCH] Security updates must specify the dependency to be updated --- tests/smoke-go-security.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/smoke-go-security.yaml b/tests/smoke-go-security.yaml index 96b4d815..cc63de5f 100644 --- a/tests/smoke-go-security.yaml +++ b/tests/smoke-go-security.yaml @@ -3,6 +3,8 @@ input: package-manager: go_modules allowed-updates: - update-type: all + dependencies: + - github.com/fatih/color ignore-conditions: - dependency-name: github.com/fatih/color source: tests/smoke-go-security.yaml