diff --git a/.gitea/workflows/azure-pipelines.yml b/.gitea/workflows/azure-pipelines.yml index 5490949..ae591e5 100644 --- a/.gitea/workflows/azure-pipelines.yml +++ b/.gitea/workflows/azure-pipelines.yml @@ -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: | diff --git a/App.js b/App.js index 5bdb624..4346a33 100644 --- a/App.js +++ b/App.js @@ -8,4 +8,5 @@ console.log("test6") console.log("test7") console.log("test8") console.log("test9") -console.log("test10") \ No newline at end of file +console.log("test10") +console.log("test11") \ No newline at end of file