mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-17 04:52:23 +00:00
There are 62 such warnings and addressing them would take quite a bit of time so just disable them for now. help[undocumented-permissions]: permissions without explanatory comments --> ./.github/workflows/release.yaml:71:7 | 71 | packages: write | ^^^^^^^^^^^^^^^ needs an explanatory comment 72 | id-token: write | ^^^^^^^^^^^^^^^ needs an explanatory comment 73 | attestations: write | ^^^^^^^^^^^^^^^^^^^ needs an explanatory comment | = note: audit confidence → High Signed-off-by: Aurélien Bombo <abombo@microsoft.com>
4 lines
53 B
YAML
4 lines
53 B
YAML
rules:
|
|
undocumented-permissions:
|
|
disable: true
|