An open API service indexing awesome lists of open source software.

https://github.com/chains-project/swag

software supply chain art
https://github.com/chains-project/swag

Last synced: about 1 year ago
JSON representation

software supply chain art

Awesome Lists containing this project

README

          

# Gallery of software supply chain generative artworks

## Chains sticker 001

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.

![chains-sticker001](https://user-images.githubusercontent.com/2844085/228295747-5a111807-3fa6-4ab2-adfa-c99f014d4a79.png)

## Chains sticker 002

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.

![bomJenkins jsonsquare](https://user-images.githubusercontent.com/2844085/228297668-ffe661b2-a553-4bcf-93dc-fff5eb4231c1.png)

![bomJenkins jsonline](https://user-images.githubusercontent.com/2844085/228297690-51d7f620-9fdc-49c7-a111-cfeaa8640193.png)