Trivy filesystem
RN APK Build / build (push) Failing after 1m22s

This commit is contained in:
NishantRajputRN
2026-05-12 18:07:05 +05:30
parent 98bea55844
commit fe45b3532d
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
- name: Trivy filesystem scan - name: Trivy filesystem scan
run: | run: |
trivy fs --format table --output report.txt \ trivy fs -f json -o report.json \
--skip-dirs node_modules,android/.gradle,android/build,ios/Pods,ios/build,.git \ --skip-dirs node_modules,android/.gradle,android/build,ios/Pods,ios/build,.git \
--exit-code 0 \ --exit-code 0 \
. .
@@ -52,7 +52,7 @@ jobs:
# uses: actions/upload-artifact@v3 # uses: actions/upload-artifact@v3
# with: # with:
# name: trivy-fs-report # name: trivy-fs-report
# path: report.txt # path: report.json
# ---------------- SONARQUBE ---------------- # ---------------- SONARQUBE ----------------
# In Gitea: Settings → Secrets → SONAR_TOKEN (and optionally SONAR_URL). # In Gitea: Settings → Secrets → SONAR_TOKEN (and optionally SONAR_URL).
+1
View File
@@ -8,3 +8,4 @@ console.log("test6")
console.log("test7") console.log("test7")
console.log("test8") console.log("test8")
console.log("test9") console.log("test9")
console.log("test10")