Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gds/bundle.lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bundle:
attestation_identity_digest: "sha256:e1b787c63de916f750e2cbcbf664967669024e1062964515f612b2c826c9e10d"

projection:
input_digest: "sha256:b74bcd47414083d18df37105bd9bd64bfdc7e9c7396d748cc1ac77a927e8cfa0"
input_digest: "sha256:2b4778d4f725f958775501f9ea0a01e005ff452f426b088c3b78b9164d61deeb"
output_digest: "sha256:8e8a9aec59f3cb0c89cba52e37ab0015501f94aaa72d8e9dc3e03304c7244852"
files:
- path: ".gds/compiled-policy.json"
Expand Down
3 changes: 2 additions & 1 deletion .gds/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ agent:

module:
contract: "public"
consumption: ["git-submodule"]
# GitHub reusable workflows execute remotely; GDS models this as runtime-service.
consumption: ["git-submodule", "runtime-service"]
compatibility: "commit-contract"
pin_policy: "default-branch-commit"
publication: {registry: "none", github_release: "required"}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
contents: read
# ghcr.io push and the registry layer cache authenticate with the
# ambient token; both write to the caller's own package namespace.
packages: write
packages: write # Push images and registry cache in the caller's package namespace.
outputs:
digest: ${{ steps.build.outputs.digest }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The project follows Semantic Versioning.

## [Unreleased]

- Declare both git-submodule and reusable-workflow consumption in the GDS
module contract. Refresh its projection using the existing stable bundle.
- Place the Docker publisher permission explanation inline so the pinned
pedantic audit recognizes it; workflow permissions and behavior are unchanged.

## [0.1.16] - 2026-09-02

- `security-bundle` authenticates its exact called-workflow source fetch with
Expand Down
Loading