Ben van B

Results 121 comments of Ben van B

Could you try to upload snapshots using N3DR 6.8.3 let us know the outcome?

@3eka I get the same issue: `FATA[0000]/home/runner/work/n3dr/n3dr/cmd/n3dr/repositoriesV2.go:89 main.glob..func5() parse ":0/v2/_catalog": missing protocol scheme` when I have omitted the `--dockerPort 9001` and `--dockerHost http://localhost`. Could you check whether you have set...

``` Error: internal/app/n3dr/artifactsv2/count/artifacts.go:135:4: assignOp: replace `format = format + " "` with `format += " "` (gocritic) format = format + " " ^ Error: internal/app/n3dr/artifactsv2/upload/upload.go:363:9: wrapperFunc: use strings.ReplaceAll method...

@FFock The insecureSkipVerify resides in the main package https://github.com/030/n3dr/blob/main/cmd/n3dr/root.go#L214 and can be passed by adding it to the struct https://github.com/030/n3dr/blob/main/cmd/n3dr/repositoriesV2.go#L51 If you add a insecureSkipVerify key to the struct https://github.com/030/n3dr/blob/main/internal/app/n3dr/connection/connection.go#L10,...

``` curl -H "Authorization: Bearer XYZ" -X GET "https://quay.io/api/v1/repository///tag/" | jq .tags[].name | head -1 | sed -e 's|\"||g' ```

@akshitdevops This is not implemented yet. Could you check whether the curl command returns the latest tag?

@AFaust Could you indicate what code could be adjusted to implement this? Perhaps I could implement it with some help.

@tidwall Could this be reopened?

As long as Dependabot does not support the auto update of the Golang version that is defined in a go.mod file, [the following GitHub action](https://github.com/030/gomod-go-version-updater-action) could be used to remediate...