mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-31 16:00:09 +00:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
18 lines
409 B
YAML
18 lines
409 B
YAML
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH <https://nextcloud.com>
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
rules:
|
|
excessive-permissions:
|
|
disable: true
|
|
dangerous-triggers:
|
|
ignore:
|
|
- build_images.yml
|
|
artipacked:
|
|
disable: true
|
|
secrets-outside-env:
|
|
ignore:
|
|
- promote-to-beta.yml
|
|
- promote-to-latest.yml
|
|
- publish-to-aws.yml
|
|
- publish-to-digitalocean.yml
|