forked from prowler-cloud/prowler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(merge): Merge master with Prowler 4.0 (prowler-cloud#3467)
Co-authored-by: Sergio Garcia <[email protected]>
- Loading branch information
1 parent
b0f2f34
commit f0c027f
Showing
932 changed files
with
38,774 additions
and
20,001 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: "docs/**" | ||
|
||
provider/aws: | ||
- changed-files: | ||
- any-glob-to-any-file: "prowler/providers/aws/**" | ||
- any-glob-to-any-file: "tests/providers/aws/**" | ||
|
||
provider/azure: | ||
- changed-files: | ||
- any-glob-to-any-file: "prowler/providers/azure/**" | ||
- any-glob-to-any-file: "tests/providers/azure/**" | ||
|
||
provider/gcp: | ||
- changed-files: | ||
- any-glob-to-any-file: "prowler/providers/gcp/**" | ||
- any-glob-to-any-file: "tests/providers/gcp/**" | ||
|
||
provider/kubernetes: | ||
- changed-files: | ||
- any-glob-to-any-file: "prowler/providers/kubernetes/**" | ||
- any-glob-to-any-file: "tests/providers/kubernetes/**" | ||
|
||
github_actions: | ||
- changed-files: | ||
- any-glob-to-any-file: ".github/workflows/*" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Pull Request Documentation Link | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- 'master' | ||
- 'prowler-4.0-dev' | ||
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 SaaS 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 -> [SaaS Documentation](https://prowler-prowler-docs--${{ env.PR_NUMBER }}.com.readthedocs.build/projects/prowler-open-source/en/${{ env.PR_NUMBER }}/) |
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: "Pull Request Labeler" | ||
|
||
on: | ||
pull_request_target: | ||
branches: | ||
- "master" | ||
- "prowler-4.0-dev" | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 |
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
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
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
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
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
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
Oops, something went wrong.