We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb1249 commit 510d725Copy full SHA for 510d725
cmd/bundle/bundle.sh
@@ -28,7 +28,7 @@ for dir in config; do
28
done
29
30
mkdir -p bundle/specs/compliance
31
-rsync -avr pkg/specs/compliance bundle/specs
+rsync -avr --exclude="*.go" --exclude="*.md" pkg/compliance bundle/specs
32
33
cp checks/.manifest bundle/
34
rm bundle/policies/.manifest
0 commit comments