Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen committed Oct 25, 2022
1 parent 07d78d1 commit 966476e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A utility that renders PlantUML diagram source in Markdown image tags.

## Overview

[PlantUML](https://plantuml.com/) is a great application that allows users to create "UML as Code". It has a simple syntax, is a fantastic way to render any diagram, and abstracts a lot of the tedious work needed to draw diagrams in an editor.
[PlantUML](https://plantuml.com/) is a great application that allows users to create "Diagrams as Code". It has a simple syntax, is a fantastic way to render any diagram, and abstracts a lot of the tedious work needed to draw diagrams in an editor.

At [DKFM](https://github.com/devops-kung-fu), when we develop PlantUML documents, we like to have a way for readers to view them without having to download code and generate diagrams. ```gardener``` helps us do this. We can either run the executable manually, or use a pre-commit hook helper like [hooks](https://github.com/devops-kung-fu/hookz) to continuously generate diagrams before code is committed to a central repository.

Expand Down
20 changes: 10 additions & 10 deletions sbom/gardener.cyclonedx.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"bomFormat": "CycloneDX",
"specVersion": "1.4",
"serialNumber": "urn:uuid:54836f2b-3e75-4ab0-92c9-4929e8d095bb",
"serialNumber": "urn:uuid:c5a20ac6-6755-49b6-b0e8-75339518b267",
"version": 1,
"metadata": {
"timestamp": "2022-10-24T20:30:02-06:00",
"timestamp": "2022-10-24T20:33:44-06:00",
"tools": [
{
"vendor": "anchore",
Expand Down Expand Up @@ -154,12 +154,12 @@
]
},
{
"bom-ref": "pkg:golang/github.com/devops-kung-fu/[email protected]20221025003403-1999c8cb6115?package-id=23d7d55952bdb908",
"bom-ref": "pkg:golang/github.com/devops-kung-fu/[email protected]20221025023100-07d78d18d3a2?package-id=c3c8d8340c886773",
"type": "library",
"name": "github.com/devops-kung-fu/gardener",
"version": "v0.0.0-20221025003403-1999c8cb6115",
"cpe": "cpe:2.3:a:devops-kung-fu:gardener:v0.0.0-20221025003403-1999c8cb6115:*:*:*:*:*:*:*",
"purl": "pkg:golang/github.com/devops-kung-fu/[email protected]20221025003403-1999c8cb6115",
"version": "v0.0.0-20221025023100-07d78d18d3a2",
"cpe": "cpe:2.3:a:devops-kung-fu:gardener:v0.0.0-20221025023100-07d78d18d3a2:*:*:*:*:*:*:*",
"purl": "pkg:golang/github.com/devops-kung-fu/[email protected]20221025023100-07d78d18d3a2",
"properties": [
{
"name": "syft:package:foundBy",
Expand All @@ -179,19 +179,19 @@
},
{
"name": "syft:cpe23",
"value": "cpe:2.3:a:devops_kung_fu:gardener:v0.0.0-20221025003403-1999c8cb6115:*:*:*:*:*:*:*"
"value": "cpe:2.3:a:devops_kung_fu:gardener:v0.0.0-20221025023100-07d78d18d3a2:*:*:*:*:*:*:*"
},
{
"name": "syft:cpe23",
"value": "cpe:2.3:a:devops-kung:gardener:v0.0.0-20221025003403-1999c8cb6115:*:*:*:*:*:*:*"
"value": "cpe:2.3:a:devops-kung:gardener:v0.0.0-20221025023100-07d78d18d3a2:*:*:*:*:*:*:*"
},
{
"name": "syft:cpe23",
"value": "cpe:2.3:a:devops_kung:gardener:v0.0.0-20221025003403-1999c8cb6115:*:*:*:*:*:*:*"
"value": "cpe:2.3:a:devops_kung:gardener:v0.0.0-20221025023100-07d78d18d3a2:*:*:*:*:*:*:*"
},
{
"name": "syft:cpe23",
"value": "cpe:2.3:a:devops:gardener:v0.0.0-20221025003403-1999c8cb6115:*:*:*:*:*:*:*"
"value": "cpe:2.3:a:devops:gardener:v0.0.0-20221025023100-07d78d18d3a2:*:*:*:*:*:*:*"
},
{
"name": "syft:location:0:path",
Expand Down

0 comments on commit 966476e

Please sign in to comment.