Skip to content

Commit

Permalink
do not include yaml examples in checks bundle
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <nikita.pivkin@smartforce.io>
  • Loading branch information
nikpivkin authored and simar7 committed Nov 21, 2024
1 parent 39171c5 commit 08abf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi

for dir in kubernetes cloud docker; do
mkdir -p bundle/policies/$dir/policies
rsync -avr --exclude=README.md --exclude="*_test.rego" --exclude="*.go" --exclude=compliance --exclude=test checks/$dir/ bundle/policies/$dir/policies
rsync -avr --exclude=README.md --exclude="*_test.rego" --exclude='*.'{go,yml,yaml} --exclude=compliance --exclude=test checks/$dir/ bundle/policies/$dir/policies
done


Expand Down

0 comments on commit 08abf3c

Please sign in to comment.