Skip to content

Commit

Permalink
feat(bundle): Add specs to bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jun 19, 2024
1 parent f70b803 commit f1eaeed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ for dir in config; do
rsync -avr commands/$dir/* bundle/commands/$dir
done


mkdir -p bundle/specs/compliance
rsync -avr pkg/specs/compliance bundle/specs

cp checks/.manifest bundle/
rm bundle/policies/.manifest
sed -i -e "s/\[GITHUB_SHA\]/${RELEASE_VERSION}/" bundle/.manifest
Expand Down

0 comments on commit f1eaeed

Please sign in to comment.