mirror of
https://github.com/docker/setup-buildx-action.git
synced 2026-07-19 02:49:57 +08:00
Merge pull request #575 from crazy-max/fix-yarn-preapprove-actions-toolkit
chore: allow actions-toolkit to bypass yarn age gate
This commit is contained in:
commit
7b0a0dd78a
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,9 @@ logFilters:
|
||||||
- code: YN0086
|
- code: YN0086
|
||||||
level: discard
|
level: discard
|
||||||
|
|
||||||
|
npmPreapprovedPackages:
|
||||||
|
- "@docker/actions-toolkit"
|
||||||
|
|
||||||
compressionLevel: mixed
|
compressionLevel: mixed
|
||||||
enableGlobalCache: false
|
enableGlobalCache: false
|
||||||
enableHardenedMode: true
|
enableHardenedMode: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue