Port Sender Github action can send scorecard notifications using slack_webhook_url associated with a specific channel. Requesting support for providing channel-id as input for github action to slack messages with same slack_webhook_url.
Port Sender Github Action -
Currently, it is using WebhookClient which allows posting messages using slack_webhook_url associated with specific channel - https://tools.slack.dev/python-slack-sdk/webhook
Suggestion to implement WebClient, which will allow channel-id as input parameter for posting slack messages - https://tools.slack.dev/python-slack-sdk/web
references :