Skip to content

Commit

Permalink
changing ci test non-compliant revision trace to Debug from Warn
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
  • Loading branch information
ashishkurmi committed Apr 11, 2023
1 parent 051af71 commit 3ea87d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/evaluation/ci_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func CITests(name string, c *checker.CITestData, dl checker.DetailLogger) checke
if !foundCI {
// Log message says commit, but really we only care about PRs, and
// use only one commit (branch HEAD) to refer to all commits in a PR
dl.Warn(&checker.LogMessage{
dl.Debug(&checker.LogMessage{
Text: fmt.Sprintf("merged PR %d without CI test at HEAD: %s", r.PullRequestNumber, r.HeadSHA),
})
}
Expand Down

0 comments on commit 3ea87d4

Please sign in to comment.