Skip to content

Conversation

@nikpivkin
Copy link
Contributor

@nikpivkin nikpivkin commented Dec 17, 2025

Description

This PR adds support for templates where resources are declared as an object rather than a list. This syntax was added in the language v2. More details: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/resource-declaration#use-symbolic-name

Related issues

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've followed the conventions in the PR title.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@CLAassistant
Copy link

CLAassistant commented Dec 17, 2025

CLA assistant check
All committers have signed the CLA.

@aquasecurity aquasecurity deleted a comment from CLAassistant Dec 17, 2025
@nikpivkin nikpivkin added the autoready Automatically mark PR as ready for review when all checks pass label Dec 17, 2025
@github-actions github-actions bot added the apidiff Indicates Go API changes relevant to library consumers (CLI compatibility may be unaffected) label Dec 17, 2025
@github-actions
Copy link

github-actions bot commented Dec 17, 2025

📊 API Changes Detected

Semver impact: major

github.com/aquasecurity/trivy/pkg/iac/scanners/azure/arm/parser
  Incompatible changes:
  - Template.Resources: changed from []Resource to Resources
  Compatible changes:
  - Resources: added

@aqua-bot aqua-bot requested a review from a team December 17, 2025 10:59
@nikpivkin nikpivkin removed the request for review from a team December 17, 2025 11:14
@github-actions github-actions bot marked this pull request as ready for review December 17, 2025 11:16
@github-actions github-actions bot requested a review from simar7 as a code owner December 17, 2025 11:16
@github-actions github-actions bot removed the autoready Automatically mark PR as ready for review when all checks pass label Dec 17, 2025
@aqua-bot aqua-bot requested a review from a team December 17, 2025 11:51
@nikpivkin nikpivkin removed the request for review from a team December 23, 2025 03:15
@nikpivkin nikpivkin removed the apidiff Indicates Go API changes relevant to library consumers (CLI compatibility may be unaffected) label Dec 23, 2025
@eshentials
Copy link

eshentials commented Dec 30, 2025

Hi @nikpivkin , can you please add me as contributor to this PR as it has been built on my work?

@nikpivkin
Copy link
Contributor Author

@eshentials Can you give me permission to make changes to the fork so that I can push the changes to this PR?

@simar7 simar7 added this pull request to the merge queue Jan 14, 2026
Merged via the queue into aquasecurity:main with commit 92d3465 Jan 14, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(misconf): add support for ARM resources declared with symbolic names

4 participants