Skip to content

Commit

Permalink
chore: update rule 1 (#96)
Browse files Browse the repository at this point in the history
* Update rule_1.yml

* fix: default value rule 1 param
  • Loading branch information
jpower432 authored Sep 13, 2024
1 parent b042f01 commit a1b882c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rules/example/Example/rule_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ x-trestle-rule-info:
parameter:
name: prm_1
description: prm_1 description
alternative-values: {'default': '5%', '5pc': '5%', '10pc': '10%', '15pc': '15%', '20pc': '20%'}
alternative-values:
default: '5%'
5pc: '5%'
10pc: '10%'
15pc: '15%'
20pc: '20%'
default-value: '5%'
profile:
description: FedRAMP REV5 High Baseline
Expand Down

0 comments on commit a1b882c

Please sign in to comment.