Skip to content

Commit 48b0097

Browse files
authored
update readme with a gallery
1 parent 1653f76 commit 48b0097

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
1-
# swag
2-
repo for CHAINS swag
1+
# Gallery of software supply chain generative artworks
2+
3+
## Chains sticker 001
4+
5+
The image is generated by the randomized algorithm available [here](https://github.com/chains-project/swag/blob/main/stickers/src/main/java/ChainsSticker001.java). The algorithm randomly selects a number of layers and connections between the layers in the software supply chain of a hypothetical project.
6+
7+
![chains-sticker001](https://user-images.githubusercontent.com/2844085/228295747-5a111807-3fa6-4ab2-adfa-c99f014d4a79.png)
8+
9+
## Chains sticker 002
10+
11+
The image is generated by the algorithm available [here](https://github.com/chains-project/swag/blob/main/stickers/src/main/java/ChainsSticker002.java). It reads a [CycloneDX]() SBOM, extracts the sha-256 checksums of all dependencies in the SBOM. Each checksum is represented as a 'spoke' in the SBOM wheel. Each character in a checksum is mapped onto on element on the 'spoke', it is represented as a square or a line.
12+
13+
![bomJenkins jsonsquare](https://user-images.githubusercontent.com/2844085/228297668-ffe661b2-a553-4bcf-93dc-fff5eb4231c1.png)
14+
15+
![bomJenkins jsonline](https://user-images.githubusercontent.com/2844085/228297690-51d7f620-9fdc-49c7-a111-cfeaa8640193.png)

0 commit comments

Comments
 (0)