mirror of
https://github.com/docker/build-push-action.git
synced 2026-07-01 12:01:38 +00:00
Merge pull request #1570 from crazy-max/fix-yarn-preapprove-actions-toolkit
chore: allow actions-toolkit to bypass yarn age gate
This commit is contained in:
commit
55f5969fae
@ -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…
Reference in New Issue
Block a user