Andrew Lytvynov
|
7df9af2f5c
|
.github/workflows/govulncheck: migrate to a Github App (#10793)
Send failures to a new channel using a github app token instead of
webhook URL.
Updates #cleanup
Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
|
2024-01-09 11:51:08 -08:00 |
|
Andrew Lytvynov
|
7ce1c6f981
|
.github/workflows: fix slack-action format in govulncheck.yml (#9390)
Currently slack messages for errors fail:
https://github.com/tailscale/tailscale/actions/runs/6159104272/job/16713248204
```
Error: Unexpected token
in JSON at position 151
```
This is likely due to the line break in the text. Restructure the
message to use separate title/text and fix the slack webhook body.
Updates #cleanup
Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
|
2023-09-13 14:36:40 -07:00 |
|
Maisem Ali
|
3280c81c95
|
.github,cmd/gitops-pusher: update to checkout@v4
checkout@v3 is broken:
actions/checkout#1448
Updates #cleanup
Signed-off-by: Maisem Ali <maisem@tailscale.com>
|
2023-09-04 15:12:57 -07:00 |
|
Andrew Lytvynov
|
c19b5bfbc3
|
.github/workflows: add govulncheck workflow (#8623)
|
2023-07-14 14:56:21 -07:00 |
|