Compare commits

...

3 Commits

Author SHA1 Message Date
21d2a7981e Merge pull request 'test' (#87) from test into main
Some checks failed
continuous-integration/drone Build is failing
Reviewed-on: #87
2026-04-04 15:10:50 +02:00
ef6262282d Applied specific trivy version 2026-04-04 15:10:28 +02:00
502182a370 Using nexus for dotnet restore 2026-04-04 15:09:05 +02:00

View File

@@ -10,7 +10,7 @@ steps:
- name: build-test-publish
image: mcr.microsoft.com/dotnet/sdk:10.0
commands:
- dotnet restore
- dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-public/ --no-cache
- dotnet build --configuration Release --no-restore
- dotnet test --configuration Release --no-build
- dotnet publish --configuration Release --no-build
@@ -32,7 +32,7 @@ steps:
# Set to false once you verify the scan passes, or see the step below
- name: vulnerability-scan
image: aquasec/trivy
image: aquasec/trivy:0.50.1
environment:
# Trivy needs these to pull the image from your Nexus to scan it
TRIVY_USERNAME: