Explorar el Código

Add commit date to Github PRs checks

Cristhian Amaya hace 7 años
padre
commit
cde0894711
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      github.go

+ 1 - 0
github.go

@@ -63,6 +63,7 @@ func auditGithubPR() ([]Leak, error) {
 					githubCommit: commit,
 					author:       commit.GetCommitter().GetLogin(),
 					message:      *commit.Commit.Message,
+					date:         *commit.Commit.Committer.Date,
 				}
 				leaks = append(leaks, inspect(diff)...)
 			}