@@ -53,6 +53,9 @@ jobs:
|
|||||||
echo "Runner host: $(hostname)"
|
echo "Runner host: $(hostname)"
|
||||||
echo "report.json (on this runner, under job workspace): ${report_path}"
|
echo "report.json (on this runner, under job workspace): ${report_path}"
|
||||||
ls -la report.json
|
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
|
# - name: Upload Trivy report
|
||||||
# uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user