summaryrefslogtreecommitdiff
path: root/registry-scanner/test/testdata/docker/invalid1-config.json
blob: 244ff09caab052a9ba9d99f94ce700d299a30929 (plain)
1
2
3
4
5
6
7
{
        "auths": {
                "https://registry-1.docker.io/v2/": {
                        "auth": "Zm9vOmJhcg=="
                }
        }
}