1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 18:15:42 +01:00
gocsaf/cmd/csaf_provider
Fadi Abbud 6fe6907c1d
Add --version option
* Add flag to display the version for each binary. It is based on `git describe` but adds
  a number to the PATCH level if we are between annotated tags, so makes it semver.org
 compatible. Use the "-ldflags" method that also works with go 1.17.
* Use Makefile bash and sed magic to do PATCH level increase if needed.

Co-authored-by: Bernhard Reiter <bernhard@intevation.de>
2022-04-13 14:27:11 +02:00
..
tmpl Add License headers 2021-12-09 16:19:26 +01:00
actions.go add setup options to provider docs 2022-03-23 19:48:05 +01:00
config.go Merge branch 'main' into client-certificate 2022-03-23 20:19:51 +01:00
controller.go Improve providers handlung of tls client certs 2022-03-31 12:00:13 +02:00
create.go add setup options to provider docs 2022-03-23 19:48:05 +01:00
files.go Add License headers 2021-12-09 16:19:26 +01:00
indices.go Add License headers 2021-12-09 16:19:26 +01:00
main.go Add --version option 2022-04-13 14:27:11 +02:00
mux.go Add License headers 2021-12-09 16:19:26 +01:00
transaction.go add setup options to provider docs 2022-03-23 19:48:05 +01:00