Skip to content

Commit 34e4642

Browse files
Fix docstring
1 parent 55a42ca commit 34e4642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/keppel/security_scan_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ func (p SecurityScanPolicy) MatchesVulnerability(vuln trivy.DetectedVulnerabilit
137137
// of SecurityScanPolicy (like those found in Account.SecurityScanPoliciesJSON).
138138
type SecurityScanPolicySet []SecurityScanPolicy
139139

140-
// SecurityScanPoliciesFor deserializes this account's security scan policies
140+
// GetSecurityScanPolicies deserializes this account's security scan policies
141141
// and returns the subset that match the given repository.
142142
func GetSecurityScanPolicies(account models.Account, repo models.Repository) (SecurityScanPolicySet, error) {
143143
if repo.AccountName != account.Name {

0 commit comments

Comments
 (0)