first commit
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled

This commit is contained in:
2026-04-22 19:51:20 +07:00
commit 93d1b7c3d3
579 changed files with 99797 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Ignore SonarCloud rule docker:S8431 ("Use either the version tag or the
# digest for the image instead of both") for all Dockerfiles.
#
# Renovate's default behaviour when pinning Docker images is to keep the
# human-readable tag and append the immutable digest, producing refs of
# the form `image:tag@sha256:...`. This is the format documented by
# Renovate and is what `pinDigest` updates produce out of the box.
#
# SonarCloud's docker:S8431 rule flags that format as a maintainability
# warning. As it's pure maintainability, we want to prefer renovate's
# default behavour to keep automerging working, which is actually more
# maintainable for us.
sonar.issue.ignore.multicriteria=e1
sonar.issue.ignore.multicriteria.e1.ruleKey=docker:S8431
sonar.issue.ignore.multicriteria.e1.resourceKey=**/Dockerfile*