disable sbom

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2024-08-13 08:35:29 +02:00
parent 8e26fcfeea
commit 71607ae13c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ jobs:
# TAG_PR_NAME: pr-${{ fromJson(steps.get_pr_data.outputs.result).number }}
TAG_SHA: ${{ github.sha }}
run: |
nix develop --command -- ko build --tags=$TAG_SHA ./cmd/headscale
nix develop --command -- ko build --sbom=none --tags=$TAG_SHA ./cmd/headscale