fix(ci): restore release gates on Gitea
GeoIntel release gates / Compile, test, contracts and builds (push) Failing after 1m7s
GeoIntel release gates / Python and npm vulnerability policy (push) Successful in 1m39s
GeoIntel release gates / GIS image, SBOM and container scan (push) Failing after 2m31s
Managed validation / full (pull_request) Successful in 1m0s
GeoIntel release gates / Compile, test, contracts and builds (pull_request) Failing after 1m49s
GeoIntel release gates / GIS image, SBOM and container scan (pull_request) Failing after 36s
GeoIntel release gates / Python and npm vulnerability policy (pull_request) Successful in 1m1s

This commit is contained in:
NuklearRabbit
2026-08-28 23:11:10 +02:00
parent d39f703abf
commit a1459911e0
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -58,7 +58,7 @@ jobs:
docker compose config > artifacts/docker-compose.resolved.yml
- name: Publish quality evidence
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3.2.2-node20
with:
name: quality-evidence
path: |
@@ -95,7 +95,7 @@ jobs:
npm audit --audit-level=high --json > ../artifacts/npm-audit.json
- name: Publish dependency evidence
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3.2.2-node20
with:
name: dependency-audits
path: |
@@ -135,7 +135,7 @@ jobs:
run: bash scripts/scan_container_image.sh "geointel-ci:$RELEASE_SHA-gis"
- name: Publish container evidence
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3.2.2-node20
with:
name: container-evidence
path: |
+3 -3
View File
@@ -2530,9 +2530,9 @@
"license": "MIT"
},
"node_modules/nanoid": {
"version": "3.3.16",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
"version": "3.3.18",
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
"dev": true,
"funding": [
{