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" 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 "${HOME}/bin/trivy" --version
# Use "${HOME}/bin/trivy" — act/Gitea may not prepend GITHUB_PATH before the next step.
- name: Trivy filesystem scan - name: Trivy filesystem scan
run: | 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 \ --skip-dirs node_modules,android/.gradle,android/build,ios/Pods,ios/build,.git \
--exit-code 0 \ --exit-code 0 \
. .
+1
View File
@@ -10,3 +10,4 @@ console.log("test8")
console.log("test9") console.log("test9")
console.log("test10") console.log("test10")
console.log("test11") console.log("test11")
console.log("test12")