mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 08:57:17 +00:00
ci: harden-runner: whitelist get.helm.sh and registry.npmjs.org for renovate workflow (#27163) (#27328)
Signed-off-by: Eugene Doudine <eugene.doudine@octopus.com>
This commit is contained in:
parent
daadf868db
commit
7445f7ed73
1 changed files with 2 additions and 0 deletions
2
.github/workflows/renovate.yaml
vendored
2
.github/workflows/renovate.yaml
vendored
|
|
@ -33,6 +33,8 @@ jobs:
|
|||
proxy.golang.org:443
|
||||
nodejs.org:443
|
||||
pypi.org:443
|
||||
get.helm.sh
|
||||
registry.npmjs.org
|
||||
|
||||
- name: Get token
|
||||
id: get_token
|
||||
|
|
|
|||
Loading…
Reference in a new issue