From d5c8d9687742fe6f9aee22bf3086e473ee716335 Mon Sep 17 00:00:00 2001 From: nscuro Date: Tue, 8 Jun 2021 21:39:14 +0200 Subject: [PATCH] Update README Signed-off-by: nscuro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ecd5ce..ab1f1e4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ GitHub action to generate a CycloneDX SBOM for Go modules. Must either be an [existing semantic version](https://github.com/CycloneDX/cyclonedx-gomod/releases) (e.g. `v0.8.1`, `0.8.1`) or `latest`. -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. > Using `latest` is generally not recommended and will produce a warning, as it may fail your workflow > unexpectedly due to breaking changes in newer *cyclonedx-gomod* versions.