We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c96039 commit d5c8d96Copy full SHA for d5c8d96
README.md
@@ -12,7 +12,7 @@ GitHub action to generate a CycloneDX SBOM for Go modules.
12
13
Must either be an [existing semantic version](https://github.com/CycloneDX/cyclonedx-gomod/releases) (e.g. `v0.8.1`, `0.8.1`) or `latest`.
14
15
-This action supports *cyclonedx-gomod* versions `>= v0.8.1`. Specifying versions below that will cause the workflow to fail.
+> ⚠ Only versions `>= v0.8.1` are supported. Specifying versions below that will cause the workflow to fail.
16
17
> Using `latest` is generally not recommended and will produce a warning, as it may fail your workflow
18
> unexpectedly due to breaking changes in newer *cyclonedx-gomod* versions.
0 commit comments