Skip to content

Commit

Permalink
update the regex in base commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
owenrumney committed Jan 24, 2022
1 parent a8fd836 commit 274ee49
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 21 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/aquasecurity/tfsec-github-commenter-action

go 1.15

require github.com/owenrumney/go-github-pr-commenter v0.1.1
require github.com/owenrumney/go-github-pr-commenter v0.1.2
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ github.com/owenrumney/go-github-pr-commenter v0.1.0 h1:P1AUqD1O4jSFSJbRldhNl88eV
github.com/owenrumney/go-github-pr-commenter v0.1.0/go.mod h1:FVpyF/OGnWrtYwe9DkRpJsIlxSPIOJstZAyGyDfC/rA=
github.com/owenrumney/go-github-pr-commenter v0.1.1 h1:YRp5/jak37SyjF9UVPiHkeX4+WaRoS+pE+QkW4T5SSU=
github.com/owenrumney/go-github-pr-commenter v0.1.1/go.mod h1:FVpyF/OGnWrtYwe9DkRpJsIlxSPIOJstZAyGyDfC/rA=
github.com/owenrumney/go-github-pr-commenter v0.1.2 h1:FAFRXhd62oHPyrT6zU31jkp9jIiOR4c3Qa+GwuTxtvU=
github.com/owenrumney/go-github-pr-commenter v0.1.2/go.mod h1:FVpyF/OGnWrtYwe9DkRpJsIlxSPIOJstZAyGyDfC/rA=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ github.com/golang/protobuf/proto
github.com/google/go-github/v32/github
# github.com/google/go-querystring v1.0.0
github.com/google/go-querystring/query
# github.com/owenrumney/go-github-pr-commenter v0.1.1
# github.com/owenrumney/go-github-pr-commenter v0.1.2
## explicit
github.com/owenrumney/go-github-pr-commenter/commenter
# golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
Expand Down

0 comments on commit 274ee49

Please sign in to comment.