Skip to content

Commit

Permalink
Update insecure_triggers.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez authored Jun 8, 2024
1 parent 4504a61 commit fe4302b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/insecure_triggers.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Branches with 'pull_request_target' in their workflows are not inherently dangerous. However, they should be reviewed to ensure security best practices.
</summary>
<% branches_with_pull_request_target.each do |entry| %>
* [<%= entry[:repo]%> (<%= entry[:branch] %>)](https://github.com/<%= entry[:repo] %><%= entry[:branch] %>)
* [<%= entry[:repo]%> (<%= entry[:branch] %>)](https://github.com/<%= entry[:repo] %>/tree/<%= entry[:branch] %>)
<% end %>
</details>
<% end %>
Expand All @@ -27,4 +27,4 @@ Files with 'pull_request_target' in their workflows are not inherently dangerous

---

Created at: <%= Time.now %>
Created at: <%= Time.now %>

0 comments on commit fe4302b

Please sign in to comment.