diff --git a/.woodpecker/govulncheck.yml b/.woodpecker/govulncheck.yml index a10f7ca..f09dfa9 100644 --- a/.woodpecker/govulncheck.yml +++ b/.woodpecker/govulncheck.yml @@ -28,6 +28,6 @@ steps: recipients: - notifications@dwysokinski.me recipients_only: true - subject: "[deploy - {{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})" + subject: "[govulncheck - {{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})" when: status: [success, failure]