Skip to content

Commit

Permalink
update readme with a gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaudry authored Mar 28, 2023
1 parent 1653f76 commit 48b0097
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# swag
repo for CHAINS swag
# 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)

0 comments on commit 48b0097

Please sign in to comment.