diff --git a/hack/test/main.go b/hack/test/main.go new file mode 100644 index 00000000..1d3a175b --- /dev/null +++ b/hack/test/main.go @@ -0,0 +1,15 @@ +package main + +import ( + "flag" + log "github.com/sirupsen/logrus" +) + +func main() { + var myflag string + + flag.StringVar(&myflag, "myflag", "", "my var") + flag.Parse() + + log.Warnf("this is the value : %s", myflag) +} diff --git a/testdata/reports/operatorhubio_catalog/dashboards/deprecate-apis_quay.io_operatorhubio_catalog_latest_2021-07-13.html b/testdata/reports/operatorhubio_catalog/dashboards/deprecate-apis_quay.io_operatorhubio_catalog_latest_2021-07-13.html index 6e9f9217..4692fa35 100644 --- a/testdata/reports/operatorhubio_catalog/dashboards/deprecate-apis_quay.io_operatorhubio_catalog_latest_2021-07-13.html +++ b/testdata/reports/operatorhubio_catalog/dashboards/deprecate-apis_quay.io_operatorhubio_catalog_latest_2021-07-13.html @@ -124,7 +124,7 @@
Not complying with the recommendations
- mariadb-operator-app + cloud-native-postgresql