We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efab82a commit 827ce1dCopy full SHA for 827ce1d
1 file changed
.github/workflows/leave-comment.yml
@@ -1,7 +1,14 @@
1
name: Leave Comment
2
3
on:
4
- workflow_run:
+ workflow_run: # zizmor: ignore[dangerous-triggers]
5
+ # While it's true (as reported by Zizmor) that many `workflow_run`
6
+ # workflows are unsafe, we are using it purely to paste a code comment
7
+ # on a pull request. If an attacker were to attempt to modify the _only_
8
+ # file of data we collect from their unsafe code, the worst they could do
9
+ # is leave a comment on their own PR, which has no harmful impact
10
+ # whatsover.
11
+ #
12
# Any Workflow that uploads a `pr-comment` artifact should be listed here
13
workflows: ['Build', 'Lighthouse']
14
types: [completed]
0 commit comments