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
{ | |
"name": "bloated", | |
"version": "1.0.0", | |
"private": true, | |
"description": "A ridiculously bloated non-functional project designed to produce a large number of dependencies from which an SBOM can be generated for testing purposes", | |
"main": "index.js", | |
"scripts": { | |
"bom": "cyclonedx-bom -o bom.xml" | |
}, | |
"license": "MIT", |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<bom xmlns="http://cyclonedx.org/schema/bom/1.1" version="1" serialNumber="urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79"> | |
<components> | |
<component type="library"> | |
<group>org.example</group> | |
<name>mylibrary</name> | |
<version>1.0.0</version> | |
<scope>required</scope> | |
<hashes> | |
<hash alg="MD5">2342c2eaf1feb9a80195dbaddf2ebaa3</hash> |
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
version: '3' | |
services: | |
postgres10: | |
environment: | |
- POSTGRES_USER=dtrack | |
- POSTGRES_PASSWORD=changeme | |
image: 'postgres:10.5' | |
volumes: | |
- './postgres-data:/var/lib/postgresql/data' | |
dtrack: |
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
### Keybase proof | |
I hereby claim: | |
* I am stevespringett on github. | |
* I am stevespringett (https://keybase.io/stevespringett) on keybase. | |
* I have a public key whose fingerprint is 37DB EB7A 0451 052C 9397 613E 7910 4296 7544 5798 | |
To claim this, I am signing this object: |