From 84d18a4745a6f94418935a1037f068209761d3a3 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sun, 8 Mar 2026 14:41:44 +0200 Subject: [PATCH] Upgraded to .nwt 10 --- .drone.yml | 4 ++-- SampleApi/SampleApi.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ef36fdf..7990ca5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -77,10 +77,10 @@ steps: --destination=index.docker.io/khwezi/webapitest:latest --destination=index.docker.io/khwezi/webapitest:${DRONE_BUILD_NUMBER} - - name: volnerability-scan + - name: volnerability scan image: aquasec/trivy commands: - - trivy image --exit-code 1 --severity CRITICAL khwezi/webapitest:${DRONE_BUILD_NUMBER} + - trivy image --exit-code 1 --timeout 15m --severity CRITICAL khwezi/webapitest:${DRONE_BUILD_NUMBER} --- kind: pipeline type: docker diff --git a/SampleApi/SampleApi.csproj b/SampleApi/SampleApi.csproj index 5b8289f..90ca474 100644 --- a/SampleApi/SampleApi.csproj +++ b/SampleApi/SampleApi.csproj @@ -1,7 +1,7 @@ - net8.0 + net10.0 enable enable cfe6b4ce-2d40-4273-b3a3-e4df67304fc5