From fc0b0631548a30fb79a287b29871f59b0cb63a34 Mon Sep 17 00:00:00 2001 From: NishantRajputRN Date: Tue, 12 May 2026 18:13:04 +0530 Subject: [PATCH] sdsa --- .gitea/workflows/azure-pipelines.yml | 5 +++-- App.js | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index ae591e5..d824cdb 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -39,11 +39,12 @@ jobs: mkdir -p "${HOME}/bin" curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b "${HOME}/bin" v0.70.0 echo "${HOME}/bin" >> "${GITHUB_PATH}" - trivy --version + "${HOME}/bin/trivy" --version + # Use "${HOME}/bin/trivy" — act/Gitea may not prepend GITHUB_PATH before the next step. - name: Trivy filesystem scan run: | - trivy fs -f json -o report.json \ + "${HOME}/bin/trivy" fs -f json -o report.json \ --skip-dirs node_modules,android/.gradle,android/build,ios/Pods,ios/build,.git \ --exit-code 0 \ . diff --git a/App.js b/App.js index 4346a33..965b201 100644 --- a/App.js +++ b/App.js @@ -9,4 +9,5 @@ console.log("test7") console.log("test8") console.log("test9") console.log("test10") -console.log("test11") \ No newline at end of file +console.log("test11") +console.log("test12") \ No newline at end of file