Skip to content

Commit

Permalink
fix: update SA tooling
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <[email protected]>
  • Loading branch information
spiffcs committed Feb 14, 2024
1 parent d855ac2 commit 0f31e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grype/match/ignore.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 0f31e60

Please sign in to comment.