Skip to content

Commit

Permalink
Removing print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Jun 7, 2024
1 parent 792a5f4 commit c2d9060
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rakelib/insecure_triggers.rake
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ task(:insecure_triggers) do

if file_content.include?('pull_request_target')
branches_with_pull_request_target.add(repo: repo.full_name, branch: branch_name)
puts branches_with_pull_request_target
files_with_pull_request_target << { repo: repo.full_name, branch: branch_name, file: content.path }
puts files_with_pull_request_target
end
# The GitHub API now only allows 30 searches in a minute
sleep(2)
Expand Down

0 comments on commit c2d9060

Please sign in to comment.