Skip to content

Commit

Permalink
add docs generator
Browse files Browse the repository at this point in the history
  • Loading branch information
schosterbarak committed Aug 9, 2020
1 parent 31b50f0 commit 7e7baca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
npm install -g aws-cdk
pipenv run cdk synth
cat .github/template.md > README.md && bridgecrew -f cdk.out/bridgecrew-cdk.template.json -o github_failed_only -s >> README.md
cat .github/template.md > README.md
pipenv run bridgecrew -f cdk.out/bridgecrew-cdk.template.json -o github_failed_only -s >> README.md
git add README.md || echo "No changes to commit"
git commit -m "update resource scan result doc" README.md || echo "No changes to commit"
git push origin
Expand Down

0 comments on commit 7e7baca

Please sign in to comment.