Restored drone image detection

This commit is contained in:
2026-04-04 15:56:51 +02:00
parent c2a8b5c797
commit 1937d2eaa1

View File

@@ -8,7 +8,7 @@ clone:
steps: steps:
- name: build-test-publish - name: build-test-publish
image: nexus.khongisa.co.za/sdk:10.0 image: nexus.khongisa.co.za/mcr.microsoft.com/dotnet/sdk:10.0
commands: commands:
- dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-group/index.json --no-cache - dotnet restore --source https://nexus.khongisa.co.za/repository/nuget-group/index.json --no-cache
- dotnet build --configuration Release --no-restore - dotnet build --configuration Release --no-restore
@@ -18,7 +18,7 @@ steps:
# --- PACKAGE STAGE --- # --- PACKAGE STAGE ---
# We build the image locally first so we can scan it BEFORE pushing # We build the image locally first so we can scan it BEFORE pushing
- name: docker-build - name: docker-build
image: nexus.khongisa.co.za/docker image: plugins/docker
settings: settings:
registry: nexus.khongisa.co.za registry: nexus.khongisa.co.za
repo: nexus.khongisa.co.za/webapitest repo: nexus.khongisa.co.za/webapitest
@@ -32,7 +32,7 @@ steps:
# Set to false once you verify the scan passes, or see the step below # Set to false once you verify the scan passes, or see the step below
- name: docker-push - name: docker-push
image: nexus.khongisa.co.za/docker image: plugins/docker
settings: settings:
registry: nexus.khongisa.co.za registry: nexus.khongisa.co.za
repo: nexus.khongisa.co.za/webapitest repo: nexus.khongisa.co.za/webapitest
@@ -43,7 +43,7 @@ steps:
from_secret: docker_password from_secret: docker_password
- name: vulnerability-scan - name: vulnerability-scan
image: nexus.khongisa.co.za/trivy image: aquasec/trivy:0.50.1
environment: environment:
# Trivy needs these to pull the image from your Nexus to scan it # Trivy needs these to pull the image from your Nexus to scan it
TRIVY_USERNAME: TRIVY_USERNAME:
@@ -55,7 +55,7 @@ steps:
# --- DEPLOY STAGE --- # --- DEPLOY STAGE ---
- name: deploy-uat - name: deploy-uat
image: nexus.khongisa.co.za/drone-ssh image: appleboy/drone-ssh
settings: settings:
host: host:
from_secret: ssh_host from_secret: ssh_host