Jan Sievers

Results 7 comments of Jan Sievers

To clarify, when we say "findings" we mean CVEs

I don't know try removing it and see if the test still succeeds

because https://github.com/cloudfoundry/bosh-aws-cpi-release/issues/134 prevents the usage of a heavy stemcell we are currently stuck here with `bosh create-env` in cn-north-1

there is a similar issue reported https://github.com/cloudfoundry/credhub-cli/issues/86 the problem is that any argument starting with a dash is interpreted as a flag. there should be a way to escape dashes,...

see https://github.com/jessevdk/go-flags/blob/3927b71304df5ef738c74bfe7a3216d218a60779/parser.go#L97-L100

a simpler workaround: use stdin instead ``` $ echo '-supersecret' | credhub set -t password -n '/example-password' ```

looks like this is done in the meantime?