-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |