Get Tag Rule by ID

Bridgecrew supports tagging management for IaC templates, based on the company’s open-source tool Yor (https://yor.io/).
With tag rules, you can manage your tagging strategies easily across providers and repositories,
even before they go live.
Such capability allows users to enable out-of-the-box (OOTB) Bridgecrew tag rules,
such as the traceability tag (“yor_trace”) used for code-to-cloud resource tracing and drift detection.
Furthermore, Bridgecrew enables custom tag rule creation and management (edit, clone, enable, disable and delete).
You can check out the full documentation here:
https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-code-security/get-started/iac-tag-and-trace

This API is used to get the definition of a tag rule based on a rule ID input.
The response includes:

  • Rule Name
  • Description
  • Rule status (enabled/disabled)
  • Repositories - a list of repositories the rule applies to
Language
Authorization
Header
Click Try It! to start a request and see the response here!