mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update channel to where failed Docker nightly builds are posted (#37927)
* Update channel * Sign drone.yml
This commit is contained in:
parent
d26f3cdd03
commit
37b0c20984
@ -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
|
||||
|
||||
...
|
||||
|
@ -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 [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user