diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 06570c9..9755212 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -57,6 +57,9 @@ jobs: 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 to MongoDB + run: node /home/azureuser/uploadJSONMongoDB/scripts/upload-report-to-mongodb.js + # - name: Upload Trivy report # uses: actions/upload-artifact@v3 # with: