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