Skip to content

Commit 016fa13

Browse files
committed
chore: add runbook to iac smoke tests alert
1 parent 8dff90b commit 016fa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/iac-cli-alert/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function sendSlackAlert() {
4444
console.log('IaC smoke tests failed. Sending Slack alert...');
4545
const args: IncomingWebhookDefaultArguments = {
4646
text:
47-
'Infrastructure as Code Smoke Tests jobs failed. \n<https://github.com/snyk/cli/actions/workflows/iac-smoke-tests.yml?query=workflow%3A|Infrastructure as Code Smoke Tests Results>',
47+
'Infrastructure as Code Smoke Tests jobs failed. \n Core functionality in the Integrated IaC CLI flows may not be working as expected. \n <https://github.com/snyk/cli/actions/workflows/iac-smoke-tests.yml?query=workflow%3A|Infrastructure as Code Smoke Tests Results> \n <https://www.notion.so/snyk/Alert-Infrastructure-as-Code-Smoke-Tests-jobs-failed-ad6a89ea7fb74cc4aab4763c5ac59cbc|View the runbook for this alert>',
4848
};
4949
await slackWebhook.send(args);
5050
console.log('Slack alert sent.');

0 commit comments

Comments
 (0)