Skip to content

AWS Security Hub : Security standard : AWS Foundational Security Best Practices v1.0.0 -- reports some issues with this solution #193

AWS Security Hub : Security standard : AWS Foundational Security Best Practices v1.0.0 -- reports some issues with this solution

AWS Security Hub : Security standard : AWS Foundational Security Best Practices v1.0.0 -- reports some issues with this solution #193

Workflow file for this run

name: Send GitHub new issues to Slack
on:
issues:
types: [opened]
jobs:
issue-opened:
runs-on: ubuntu-latest
steps:
- name: Send issue to solution slack
uses: slackapi/[email protected]
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL_ISSUES }}