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
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:
@@ -58,7 +58,7 @@ jobs:
|
|||||||
docker compose config > artifacts/docker-compose.resolved.yml
|
docker compose config > artifacts/docker-compose.resolved.yml
|
||||||
- name: Publish quality evidence
|
- name: Publish quality evidence
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3.2.2-node20
|
||||||
with:
|
with:
|
||||||
name: quality-evidence
|
name: quality-evidence
|
||||||
path: |
|
path: |
|
||||||
@@ -95,7 +95,7 @@ jobs:
|
|||||||
npm audit --audit-level=high --json > ../artifacts/npm-audit.json
|
npm audit --audit-level=high --json > ../artifacts/npm-audit.json
|
||||||
- name: Publish dependency evidence
|
- name: Publish dependency evidence
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3.2.2-node20
|
||||||
with:
|
with:
|
||||||
name: dependency-audits
|
name: dependency-audits
|
||||||
path: |
|
path: |
|
||||||
@@ -135,7 +135,7 @@ jobs:
|
|||||||
run: bash scripts/scan_container_image.sh "geointel-ci:$RELEASE_SHA-gis"
|
run: bash scripts/scan_container_image.sh "geointel-ci:$RELEASE_SHA-gis"
|
||||||
- name: Publish container evidence
|
- name: Publish container evidence
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3.2.2-node20
|
||||||
with:
|
with:
|
||||||
name: container-evidence
|
name: container-evidence
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Generated
+3
-3
@@ -2530,9 +2530,9 @@
|
|||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/nanoid": {
|
"node_modules/nanoid": {
|
||||||
"version": "3.3.16",
|
"version": "3.3.18",
|
||||||
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.18.tgz",
|
||||||
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
"integrity": "sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user