You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
t.Skipf("test %q: running on Cloud Build", tc.description)
687
687
}
688
688
iftime.Now().Before(tc.disableExpiryDate) {
689
-
t.Skipf("test %q: extractGitCommit for %q (%q) has been skipped due to known outage and will be reenabled on %s.", tc.description, tc.inputLink, tc.inputCommitType, tc.disableExpiryDate)
689
+
t.Skipf("test %q: extractGitAffectedCommit for %q (%q) has been skipped due to known outage and will be reenabled on %s.", tc.description, tc.inputLink, tc.inputCommitType, tc.disableExpiryDate)
Copy file name to clipboardExpand all lines: vulnfeeds/git/versions.go
+1-15Lines changed: 1 addition & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,6 @@ import (
25
25
26
26
varversionRangeRegex=regexp.MustCompile(`^(>=|<=|~|\^|>|<|=)\s*([0-9a-zA-Z\.\-]+)(?:,\s*(>=|<=|~|\^|>|<|=)\s*([0-9a-zA-Z\.\-]+))?$`) // Used to parse version strings from the GitHub CNA.
27
27
28
-
// setCommitByType sets the appropriate commit field on an AffectedCommit based on the CommitType.
0 commit comments