Skip to content

Add SC Environment Impact Workflow #1

Add SC Environment Impact Workflow

Add SC Environment Impact Workflow #1

---
# 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:
push:
branches: [ master ]
pull_request:
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 }}