Skip to content

Commit

Permalink
fix trivy breaking change: types;
Browse files Browse the repository at this point in the history
  • Loading branch information
codacy-vrhpires committed Apr 19, 2024
1 parent da2d64c commit 9d025b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/tool/tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func TestRun(t *testing.T) {
},
{
Target: file2,
Secrets: []ftypes.SecretFinding{
Secrets: []types.DetectedSecret{
{
StartLine: 2,
Title: "secret title",
Expand All @@ -138,7 +138,7 @@ func TestRun(t *testing.T) {
},
{
Target: "file-3",
Secrets: []ftypes.SecretFinding{
Secrets: []types.DetectedSecret{
{
StartLine: 10,
Title: "unkown file",
Expand Down

0 comments on commit 9d025b7

Please sign in to comment.