From 89f619eefa8fb90b475bc6f1f5a5f2d359027279 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:40:55 +0200 Subject: [PATCH 1/2] Pointing to the right .net10 image on nexus --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 619cd0a..12ffdc6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ clone: steps: - name: build-test-publish - image: nexus.khongisa.co.za/mcr.microsoft.com/dotnet/sdk:10.0 + image: nexus.khongisa.co.za/sdk:10.0 commands: - dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-group/index.json --no-cache - dotnet build --configuration Release --no-restore From 81e93b0e4e2072c07ec9c3f9b06433c49547a6c1 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 4 Apr 2026 15:41:54 +0200 Subject: [PATCH 2/2] Refactored nexus trivy manifest --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 12ffdc6..269378a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: from_secret: docker_password - name: vulnerability-scan - image: nexus.khongisa.co.za/aquasec/trivy:0.50.1 + image: nexus.khongisa.co.za/trivy:latest environment: # Trivy needs these to pull the image from your Nexus to scan it TRIVY_USERNAME: