Skip to content

Commit

Permalink
remove ineffasign
Browse files Browse the repository at this point in the history
  • Loading branch information
frjcomp committed Aug 8, 2024
1 parent 7e1ce82 commit 3779284
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pipeleak/scanner/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func getJobArtifacts(git *gitlab.Client, project *gitlab.Project, job *gitlab.Jo
} else {
log.Debug().Msg("Skipping non-text artifact file scan for " + file.Name)
}
content = []byte{}
fc.Close()
}

Expand Down

0 comments on commit 3779284

Please sign in to comment.