From 300975b9de6c469d10c0d3b296283410e7f7fb5a Mon Sep 17 00:00:00 2001 From: Muhideen Mujeeb Adeoye <41507005+Mujhtech@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:51:24 +0100 Subject: [PATCH] Add backend vulnerability scan task configuration --- dagryn.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dagryn.toml b/dagryn.toml index 3f04b7a..29a948e 100644 --- a/dagryn.toml +++ b/dagryn.toml @@ -77,6 +77,7 @@ timeout = "10m" [tasks.backend-vulnerability-scan] +workdir = "backend" command = "govulncheck ./... -json > gosec-report.json" uses = ["setup-go", "golang-vul"] needs = ["backend-install", "backend-build"]