Skip to content

Commit

Permalink
Add the change field to the artifact packaged
Browse files Browse the repository at this point in the history
The field is already documented for the subject and included in the
jsonschema, but when I added it a missed to update the artifact
packaged field table in the markdown spec.

Fixes: #115

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Mar 10, 2023
1 parent b880b10 commit 014b28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ The event represents an artifact that has been packaged for distribution; this a
|-------|------|-------------|----------|----------------------------|
| id | `Purl` | Uniquely identifies the subject within the source. | `pkg:oci/myapp@sha256%3A0b31b1c02ff458ad9b7b81cbdf8f028bd54699fa151f221d1e8de6817db93427`, `pkg:golang/mygit.com/myorg/myapp@234fd47e07d1004f0aed9c` ||
| source | `URI-Reference` | [source](../spec.md#source) from the context | | |
| change | `object` | The change (tag, commit, revision) of the repository which was used to build the artifact" | `{"id": "527d4a1aca5e8d0df24813df5ad65d049fc8d312", "source": "my-git.example/an-org/a-repo"}`, `{"id": "feature1234", "source": "my-git.example/an-org/a-repo"}` ||

### `artifact published`

Expand Down

0 comments on commit 014b28d

Please sign in to comment.