Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/sc-environment-impact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
# This workflow is non-blocking and runs to check PRs for changes that could impact the security compliance environment.
# #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.
name: SC Environment Check

on:
pull_request_target:
branches: [ master ]

jobs:
call-reusable-workflow:
permissions:
pull-requests: write
contents: read
uses: RedHatInsights/shared-workflows/.github/workflows/sc-environment-impact-check.yml@master
secrets:
SC_ASSESSOR_SLACK_URL: ${{ secrets.SC_ASSESSOR_SLACK_URL }}
Loading