tes
RN APK Build / build (push) Failing after 1m29s

This commit is contained in:
NishantRajputRN
2026-05-12 18:10:16 +05:30
parent fe45b3532d
commit 8a6e583e57
2 changed files with 8 additions and 7 deletions
+6 -6
View File
@@ -34,12 +34,12 @@ jobs:
run: npm ci run: npm ci
# ---------------- TRIVY (filesystem scan; avoid trivy-action — it pulls actions/cache node24) ---------------- # ---------------- TRIVY (filesystem scan; avoid trivy-action — it pulls actions/cache node24) ----------------
# - name: Install Trivy - name: Install Trivy
# run: | run: |
# mkdir -p "${HOME}/bin" mkdir -p "${HOME}/bin"
# curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b "${HOME}/bin" v0.70.0 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}" echo "${HOME}/bin" >> "${GITHUB_PATH}"
# trivy --version trivy --version
- name: Trivy filesystem scan - name: Trivy filesystem scan
run: | run: |
+2 -1
View File
@@ -8,4 +8,5 @@ console.log("test6")
console.log("test7") console.log("test7")
console.log("test8") console.log("test8")
console.log("test9") console.log("test9")
console.log("test10") console.log("test10")
console.log("test11")