From 0f31e606434300b2c9d6baefea11ce58f0989190 Mon Sep 17 00:00:00 2001 From: Christopher Phillips Date: Wed, 14 Feb 2024 11:19:16 -0500 Subject: [PATCH] fix: update SA tooling Signed-off-by: Christopher Phillips --- grype/match/ignore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grype/match/ignore.go b/grype/match/ignore.go index 23fe5e742c8..c012ebb8374 100644 --- a/grype/match/ignore.go +++ b/grype/match/ignore.go @@ -24,7 +24,7 @@ type IgnoreRule struct { Namespace string `yaml:"namespace" json:"namespace" mapstructure:"namespace"` FixState string `yaml:"fix-state" json:"fix-state" mapstructure:"fix-state"` Package IgnoreRulePackage `yaml:"package" json:"package" mapstructure:"package"` - Pom IgnoreRulePom `yaml:"pom" json:"pom" mapstructure:"pom"` + Pom IgnoreRulePom `yaml:"pom" json:"pom" mapstructure:"pom"` VexStatus string `yaml:"vex-status" json:"vex-status" mapstructure:"vex-status"` VexJustification string `yaml:"vex-justification" json:"vex-justification" mapstructure:"vex-justification"` }