Skip to content

Commit

Permalink
Update openssf_metrics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Mar 3, 2023
1 parent 2dd0ec1 commit 8ec389c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions openssf_metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,23 @@ graph BT
end
```

- https://github.com/opencontainers/image-spec/blob/main/manifest.md
- Image command sequence to in-toto
- Attestation as build arg
- Still eventually [#1426](https://github.com/intel/dffml/issues/1426)
- https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#accessing-and-using-event-properties
- Example of bots managing pinning
- Mirror of CI/CD can be executed with same manifest instance pattern for increased performance

```console
$ curl -fL https://vcs.activitypub.securitytxt.dffml.chadig.com/push/outbox/ > outbox@[email protected]
$ jq .orderedItems[].id < outbox\@push\@vcs.activitypub.securitytxt.dffml.chadig.com | wc -l
3931
$ jq -r '.orderedItems[] | [{(.id): (.object.content)}] | .[] | add' < outbox\@push\@vcs.activitypub.securitytxt.dffml.chadig.com | jq -R --unbuffered '. as $line | try (fromjson | .) catch $line'
$ jq -r '.orderedItems[] | [{(.id): (.object.content)}] | .[] | add' < outbox\@push\@vcs.activitypub.securitytxt.dffml.chadig.com | jq -R --unbuffered '. as $line | try (fromjson | .workflow_job) catch $line'
$ jq -r '.orderedItems[] | [{(.id): (.object.content)}] | .[] | add' < outbox\@push\@vcs.activitypub.securitytxt.dffml.chadig.com | jq -c -R --unbuffered '. as $line | try (fromjson | .workflow_job) catch $line' | jq -s | python3 -c "import sys, pathlib, json, yaml; print(yaml.dump(json.load(sys.stdin)))"
```

---

- Downstream
Expand Down

0 comments on commit 8ec389c

Please sign in to comment.