sdsa
RN APK Build / build (push) Has been cancelled

This commit is contained in:
NishantRajputRN
2026-05-12 18:13:04 +05:30
parent 8a6e583e57
commit fc0b063154
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -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 \
.