mirror of
https://github.com/securego/gosec.git
synced 2025-11-27 22:28:20 +02:00
committed by
Cosmin Cojocar
parent
3e69a8c8a2
commit
b68ac76dbc
@@ -224,7 +224,7 @@ func (gosec *Analyzer) ParseErrors(pkg *packages.Package) error {
|
|||||||
|
|
||||||
// AppendError appends an error to the file errors
|
// AppendError appends an error to the file errors
|
||||||
func (gosec *Analyzer) AppendError(file string, err error) {
|
func (gosec *Analyzer) AppendError(file string, err error) {
|
||||||
// Do not report the error for empty packages (e.g. files excluded from build with a tag
|
// Do not report the error for empty packages (e.g. files excluded from build with a tag)
|
||||||
r := regexp.MustCompile(`no buildable Go source files in`)
|
r := regexp.MustCompile(`no buildable Go source files in`)
|
||||||
if r.MatchString(err.Error()) {
|
if r.MatchString(err.Error()) {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user