diff --git a/.circleci/config.yml b/.circleci/config.yml index 0229ea2..63885fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,4 +17,3 @@ workflows: - ft-golang-ci/scan: name: scan-dependencies context: cm-team-snyk - \ No newline at end of file diff --git a/synth-publish.go b/synth-publish.go index 674aed1..b3fe857 100644 --- a/synth-publish.go +++ b/synth-publish.go @@ -121,7 +121,7 @@ func (app *syntheticPublication) healthcheck() fthealth.Check { return fthealth.Check{ BusinessImpact: "Image publication doesn't work", Name: "End-to-end test of image publication", - PanicGuide: "Contact #co-co channel on Slack", + PanicGuide: "https://runbooks.in.ft.com/synth-image-pub-monitor", Severity: 1, TechnicalSummary: "Lots of things could have gone wrong. Check the /history endpoint for more info", Checker: app.latestPublicationStatus,