Skip to content

Commit

Permalink
remove manuall test
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Apr 3, 2024
1 parent 245519b commit 717ef4a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ func main() {
if err != nil {
log.Fatal().Msg(err.Error())
}
//
// cfg, _ := dockercfg.ReadDockerAuthConfigFromBytes([]byte(`{"credHelpers": {"radixdev.azurecr.io": "radix-wi-env"}}`))
// _, _ = scanner.Scan(ctx, "radixdev.azurecr.io/edc2023-radix-wi-rihag-web:8onqf", cfg)
// time.Sleep(2 * time.Second)
// _, _ = scanner.Scan(ctx, "radixdev.azurecr.io/edc2023-radix-wi-rihag-web:8onqf", cfg)
// os.Exit(1)

err = srv.Run(ctx.Done())
if err != nil {
Expand Down

0 comments on commit 717ef4a

Please sign in to comment.