Skip to content

Commit 12e6bc1

Browse files
SteveHNHMichaelMraka
authored andcommitted
Add SC Environment Impact Workflow
Adding a workflow to check for impactful SC environment changes. This will drop a comment in PRs to notify the author of impactful changes and notify the rosa core team slack channel. This is non-blocking and informational to better prevent issues during release week for the security compliance environment. HCMSEC-2787 Signed-off-by: Stephen Adams <sadams@redhat.com>
1 parent ff33bf9 commit 12e6bc1

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
# This workflow is non-blocking and runs to check PRs for changes that could impact the security compliance environment.
3+
# #team-rosa-core will be notified so they can take a look and ensure they have the necessary changes in place in their environment before their release cycle.
4+
name: SC Environment Check
5+
6+
on:
7+
pull_request_target:
8+
branches: [ master ]
9+
10+
jobs:
11+
call-reusable-workflow:
12+
permissions:
13+
pull-requests: write
14+
contents: read
15+
uses: RedHatInsights/shared-workflows/.github/workflows/sc-environment-impact-check.yml@master
16+
secrets:
17+
SC_ASSESSOR_SLACK_URL: ${{ secrets.SC_ASSESSOR_SLACK_URL }}

0 commit comments

Comments
 (0)