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
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 \
--exit-code 0 \
.
@@ -52,7 +52,7 @@ jobs:
# uses: actions/upload-artifact@v3
# with:
# name: trivy-fs-report
# path: report.txt
# path: report.json
# ---------------- SONARQUBE ----------------
# In Gitea: Settings → Secrets → SONAR_TOKEN (and optionally SONAR_URL).
+2 -1
View File
@@ -7,4 +7,5 @@ console.log("test5")
console.log("test6")
console.log("test7")
console.log("test8")
console.log("test9")
console.log("test9")
console.log("test10")