Chore: Update channel to where failed Docker nightly builds are posted (#37927)

* Update channel

* Sign drone.yml
This commit is contained in:
Dimitris Sotirakis 2021-08-16 15:54:52 +03:00 committed by GitHub
parent d26f3cdd03
commit 37b0c20984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3489,7 +3489,7 @@ steps:
- name: slack-notify-failure
image: plugins/slack
settings:
channel: grafana-backend
channel: grafana-backend-ops
template: "Nightly docker image scan job for {{repo.name}} failed: {{build.link}}"
webhook:
from_secret: slack_webhook_backend
@ -3529,6 +3529,6 @@ get:
---
kind: signature
hmac: 4f23649a1678c66fb96af929675bcf569cca3b208d425eace86150d981ee9fbb
hmac: 0ab7831c1f9acfcc20fbd011bd0e04f88f85f77d9997ab7a5092592bbcd8ae34
...

View File

@ -17,7 +17,7 @@ def cronjobs(edition):
steps=[
scan_docker_image_unkown_low_medium_vulnerabilities_step(edition),
scan_docker_image_high_critical_vulnerabilities_step(edition),
slack_job_failed_step('grafana-backend'),
slack_job_failed_step('grafana-backend-ops'),
]
return [
{