feat(awslambda): add new check awslambda_function_vpc_multi_az
#488
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull Request Documentation Link | |
on: | |
pull_request: | |
branches: | |
- 'master' | |
- 'v3' | |
paths: | |
- 'docs/**' | |
env: | |
PR_NUMBER: ${{ github.event.pull_request.number }} | |
jobs: | |
documentation-link: | |
name: Documentation Link | |
runs-on: ubuntu-latest | |
steps: | |
- name: Leave PR comment with the Prowler Documentation URI | |
uses: peter-evans/create-or-update-comment@v4 | |
with: | |
issue-number: ${{ env.PR_NUMBER }} | |
body: | | |
You can check the documentation for this PR here -> [Prowler Documentation](https://prowler-prowler-docs--${{ env.PR_NUMBER }}.com.readthedocs.build/projects/prowler-open-source/en/${{ env.PR_NUMBER }}/) |