-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create cloudrail.yml #9
Conversation
Signed-off-by: David Jeffrey Merwin <[email protected]>
Hi there! 👋 Thanks for opening a PR. 🎉 To get the most out of Senior Dev, please sign up in our Web App, connect your GitHub account, and add/join your organization LangMers. After that, you will receive code reviews beginning on your next opened PR. 🚀 |
Their most recently public accepted PR is: davidmerwin1992/upgraded-journey#1 |
The Label Bot has predicted the following:
|
PR Description updated to latest commit (fa43256) |
PR Description updated to latest commit (fa43256) |
PR Analysis(review updated until commit fa43256)
PR Feedback💡 General suggestions: The PR is well-structured and the new GitHub Actions workflow seems to be correctly configured. However, it would be beneficial to add some error handling or checks to ensure that the necessary secrets are available before the workflow runs. This could prevent potential failures due to missing secrets. 🤖 Code feedback:
✨ Usage tips:
|
Persistent review updated to latest commit fa43256 |
Stale pull request message |
Type
Enhancement
Description
.github/workflows/cloudrail.yml
.main
branch, and also on a weekly schedule.PR changes walkthrough
1 files
cloudrail.yml
.github/workflows/cloudrail.yml
The PR introduces a new workflow file named
cloudrail.yml
under the
.github/workflows
directory. This workflow isdesigned to run Indeni Cloudrail on Terraform code with
SARIF output. It is triggered on push and pull request
events on the
main
branch and also on a weekly schedule.The workflow runs on
ubuntu-latest
and includes steps toclone the repository, set up Terraform, initialize and plan
Terraform, run Cloudrail, and upload the SARIF file.
User description
#5 (comment) #8 #7 #6 #5 @carrietian099 @LangMers/langmers-systems @davidmerwin