From 67fc69ee0e174909118095482546a93a1530e45a Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Wed, 13 May 2026 10:23:56 +0530 Subject: [PATCH] report file --- .gitea/workflows/azure-pipelines.yml | 3 +++ App.js | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index f6061db..3cb626f 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -53,6 +53,9 @@ jobs: echo "Runner host: $(hostname)" echo "report.json (on this runner, under job workspace): ${report_path}" ls -la report.json + mkdir -p /home/azureuser/builds + cp -f report.json /home/azureuser/builds/trivy-report.json + echo "Persistent copy (survives after job workspace is removed): /home/azureuser/builds/trivy-report.json" # - name: Upload Trivy report # uses: actions/upload-artifact@v3 diff --git a/App.js b/App.js index 1fc50fc..eb41048 100644 --- a/App.js +++ b/App.js @@ -13,4 +13,5 @@ console.log("test11") console.log("test12") console.log("test13") console.log("test14") -console.log("test15") \ No newline at end of file +console.log("test15") +console.log("test16") \ No newline at end of file