Skip to content

Commit 510d725

Browse files
authored
fix(bundle): Correctly add compliance checks into the bundle (#376)
1 parent 2eb1249 commit 510d725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/bundle/bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for dir in config; do
2828
done
2929

3030
mkdir -p bundle/specs/compliance
31-
rsync -avr pkg/specs/compliance bundle/specs
31+
rsync -avr --exclude="*.go" --exclude="*.md" pkg/compliance bundle/specs
3232

3333
cp checks/.manifest bundle/
3434
rm bundle/policies/.manifest

0 commit comments

Comments
 (0)