Skip to content

Commit

Permalink
docs: change the package name in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Feb 20, 2025
1 parent b457d37 commit b9c5996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/writing-custom-configuration-audit-policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To define such a policy, you must first define its metadata. This includes setti
`__rego_metadata__` rule, which defines the following composite value:

```opa
package trivyoperator.policy.k8s.custom
package trivyoperator.recommended_labels
import data.lib.result
import future.keywords.in
Expand Down Expand Up @@ -110,7 +110,7 @@ metadata:
data:
policy.recommended_labels.kinds: "*"
policy.recommended_labels.rego: |
package trivyoperator.policy.k8s.custom
package trivyoperator.recommended_labels
__rego_metadata__ := {
"id": "recommended_labels",
Expand Down

0 comments on commit b9c5996

Please sign in to comment.