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
# ---------------- TRIVY (filesystem scan; avoid trivy-action — it pulls actions/cache node24) ----------------
# - name: Install Trivy
# run: |
# 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
- name: Install Trivy
run: |
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
- name: Trivy filesystem scan
run: |