Skip to content

Commit 3e1118d

Browse files
committed
chore: dep review workflow whitelist
1 parent e6c6768 commit 3e1118d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dependency-review.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
#
33
# This Action will scan dependency manifest files that change as part of a Pull Request,
44
# surfacing known-vulnerable versions of the packages declared or updated in the PR.
5-
# Once installed, if the workflow run is marked as required,
5+
# Once installed, if the workflow run is marked as required,
66
# PRs introducing known-vulnerable packages will be blocked from merging.
77
#
88
# Source repository: https://github.com/actions/dependency-review-action
99
name: 'Dependency Review'
10-
on:
10+
on:
1111
merge_group:
1212
pull_request:
1313

@@ -25,6 +25,7 @@ jobs:
2525
egress-policy: block
2626
allowed-endpoints: >
2727
api.github.com:443
28+
api.deps.dev:443
2829
github.com:443
2930
pipelinesghubeus2.actions.githubusercontent.com:443
3031
acghubeus1.actions.githubusercontent.com:443

0 commit comments

Comments
 (0)