update issue list filter
All checks were successful
Gosec Check / Gosec Check (push) Successful in 1m1s

This commit is contained in:
Shane C 2024-09-08 15:30:16 -04:00
parent fe02c430ad
commit a0aa789a30
Signed by: shanec
GPG key ID: E46B5FEA35B22FF9

View file

@ -192,7 +192,9 @@ var rootCmd = &cobra.Command{
repoOwner, repoName := actionCtx.Repo()
issues, _, err := forgeClient.ListIssues(forgejo.ListIssueOption{
Type: forgejo.IssueTypeIssue,
Type: forgejo.IssueTypeIssue,
CreatedBy: "forgejo-actions",
KeyWord: "GoSec",
})
if err != nil {
log.Fatalln(err)