mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Make drone failed nightly checks send slack messages to #grafana-backend (#35076)
This commit is contained in:
parent
d5664d92a9
commit
27ad970c2b
@ -3466,7 +3466,7 @@ steps:
|
||||
channel: grafana-backend
|
||||
template: "Nightly docker image scan job for {{repo.name}} failed: {{build.link}}"
|
||||
webhook:
|
||||
from_secret: slack_webhook
|
||||
from_secret: slack_webhook_backend
|
||||
when:
|
||||
status:
|
||||
- failure
|
||||
|
@ -14,7 +14,7 @@ def cronjobs(edition):
|
||||
'os': 'linux',
|
||||
'arch': 'amd64',
|
||||
}
|
||||
steps=[
|
||||
steps=[
|
||||
scan_docker_image_unkown_low_medium_vulnerabilities_step(edition),
|
||||
scan_docker_image_high_critical_vulnerabilities_step(edition),
|
||||
slack_job_failed_step('grafana-backend'),
|
||||
@ -59,7 +59,7 @@ def slack_job_failed_step(channel):
|
||||
'name': 'slack-notify-failure',
|
||||
'image': 'plugins/slack',
|
||||
'settings': {
|
||||
'webhook': from_secret('slack_webhook'),
|
||||
'webhook': from_secret('slack_webhook_backend'),
|
||||
'channel': channel,
|
||||
'template': 'Nightly docker image scan job for {{repo.name}} failed: {{build.link}}',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user