build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (#4015)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-18 17:33:26 +02:00 committed by GitHub
parent f787bc7006
commit fb50d99ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 13 deletions

View file

@ -244,7 +244,9 @@ func TestIgnoredRangeMatches(t *testing.T) {
},
linters: testcase.linters,
}
assert.Equal(t, testcase.expected, ir.doesMatch(&testcase.issue), testcase.doc)
l := testcase.issue
assert.Equal(t, testcase.expected, ir.doesMatch(&l), testcase.doc)
}
}