🚧 Don't use this deployment, it is not safe! 🚧
This is an example created for projectcontour/contour#238.
It uses sevein/contour:test because #238 had not been merged by the time that this example was built.
It includes:
| { | |
| "chains": { | |
| "01d80b27-4ad1-4bd1-8f8d-f819f18bf685": { | |
| "description": { | |
| "en": "Yes" | |
| }, | |
| "link_id": "f19926dd-8fb5-4c79-8ade-c83f61f55b40" | |
| }, | |
| "06f03bb3-121d-4c85-bec7-abbc5320a409": { | |
| "description": { |
🚧 Don't use this deployment, it is not safe! 🚧
This is an example created for projectcontour/contour#238.
It uses sevein/contour:test because #238 had not been merged by the time that this example was built.
It includes:
| diff --git a/pkg/transfer/bag_validation_test.go b/pkg/transfer/bag_validation_test.go | |
| index 578f0b29..8f48247e 100644 | |
| --- a/pkg/transfer/bag_validation_test.go | |
| +++ b/pkg/transfer/bag_validation_test.go | |
| @@ -2,20 +2,21 @@ package transfer_test | |
| import ( | |
| "os" | |
| + "path/filepath" | |
| "testing" |
| { | |
| "async": { | |
| "list_endpoint": "/api/v2/async/", | |
| "schema": { | |
| "allowed_detail_http_methods": [ | |
| "get" | |
| ], | |
| "allowed_list_http_methods": [ | |
| "get", | |
| "post", |
| Report Summary | |
| ┌─────────────────────────────────────────┬────────┬─────────────────┬─────────┐ | |
| │ Target │ Type │ Vulnerabilities │ Secrets │ | |
| ├─────────────────────────────────────────┼────────┼─────────────────┼─────────┤ | |
| │ artefactual/clamav:latest (debian 8.10) │ debian │ 309 │ - │ | |
| └─────────────────────────────────────────┴────────┴─────────────────┴─────────┘ | |
| Legend: | |
| - '-': Not scanned |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| INPUT_DIR="${INPUT_DIR:-pictures}" | |
| RUNS="${RUNS:-30}" | |
| WARMUP="${WARMUP:-3}" | |
| WORKERS="${WORKERS:-1,2,4,8,16}" | |
| RESULTS_DIR="${RESULTS_DIR:-bench-results}" | |
| PYGFRIED_SPEC="${PYGFRIED_SPEC:-pygfried @ git+https://github.com/artefactual-labs/pygfried.git@dev/issue-25-many-apis}" |
Issue: archivematica/Issues#1803
Transfer-source retrieval is currently outside the normal transfer workflow in the MCPServer package-create path. MCPServer creates a Transfer row, copies the selected content from Storage Service into the shared directory, moves the
Date: 2026-07-13
Foundation: PR #2313
moved transfer-source retrieval for auto-approved package creation into the
normal workflow and is present on qa/1.x.