mirror of
https://github.com/docker/login-action.git
synced 2026-07-31 20:13:03 +00:00
Compare commits
2 Commits
0009830ea1
...
4ff0d3f1cb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ff0d3f1cb | ||
|
|
a7569c1208 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -228,7 +228,7 @@ jobs:
|
|||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
|
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
@ -256,7 +256,7 @@ jobs:
|
|||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
|
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
|
||||||
with:
|
with:
|
||||||
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd_login_action
|
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd_login_action
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
@ -303,7 +303,7 @@ jobs:
|
|||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
|
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
@ -332,7 +332,7 @@ jobs:
|
|||||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
|
uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
|
||||||
with:
|
with:
|
||||||
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd_login_action
|
role-to-assume: arn:aws:iam::175142243308:role/official_gha_cicd_login_action
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
|
|||||||
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@ -35,12 +35,12 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Initialize CodeQL
|
name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
|
||||||
with:
|
with:
|
||||||
languages: javascript-typescript
|
languages: javascript-typescript
|
||||||
build-mode: none
|
build-mode: none
|
||||||
-
|
-
|
||||||
name: Perform CodeQL Analysis
|
name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
|
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
@ -35,87 +35,6 @@ test('getAuthList uses the default Docker Hub registry when computing scoped con
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('getAuthList supports @ scopes appended to the registry config dir', async () => {
|
|
||||||
process.env['INPUT_USERNAME'] = 'dbowie';
|
|
||||||
process.env['INPUT_PASSWORD'] = 'groundcontrol';
|
|
||||||
process.env['INPUT_SCOPE'] = '@push';
|
|
||||||
process.env['INPUT_LOGOUT'] = 'false';
|
|
||||||
const [auth] = getAuthList(getInputs());
|
|
||||||
expect(auth).toMatchObject({
|
|
||||||
configDir: path.join(Buildx.configDir, 'config', 'registry-1.docker.io') + '@push'
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
test('getAuthList supports repository scopes with appended actions', async () => {
|
|
||||||
process.env['INPUT_USERNAME'] = 'dbowie';
|
|
||||||
process.env['INPUT_PASSWORD'] = 'groundcontrol';
|
|
||||||
process.env['INPUT_SCOPE'] = 'docker/buildx-bin@push';
|
|
||||||
process.env['INPUT_LOGOUT'] = 'false';
|
|
||||||
const [auth] = getAuthList(getInputs());
|
|
||||||
expect(auth).toMatchObject({
|
|
||||||
configDir: path.join(Buildx.configDir, 'config', 'registry-1.docker.io', 'docker', 'buildx-bin@push')
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
test('getAuthList supports comma-separated scope actions', async () => {
|
|
||||||
process.env['INPUT_USERNAME'] = 'dbowie';
|
|
||||||
process.env['INPUT_PASSWORD'] = 'groundcontrol';
|
|
||||||
process.env['INPUT_SCOPE'] = 'docker/buildx-bin@pull,push';
|
|
||||||
process.env['INPUT_LOGOUT'] = 'false';
|
|
||||||
const [auth] = getAuthList(getInputs());
|
|
||||||
expect(auth).toMatchObject({
|
|
||||||
configDir: path.join(Buildx.configDir, 'config', 'registry-1.docker.io', 'docker', 'buildx-bin@pull,push')
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
// prettier-ignore
|
|
||||||
test.each([
|
|
||||||
'../../../../work/leaked',
|
|
||||||
'..',
|
|
||||||
'foo/../../../../etc',
|
|
||||||
'@../../../leaked',
|
|
||||||
'foo/bar@../../../leaked',
|
|
||||||
'@push@pull',
|
|
||||||
'foo/bar@push@pull',
|
|
||||||
'@push,',
|
|
||||||
'@,push',
|
|
||||||
'@pull,,push',
|
|
||||||
'@Push',
|
|
||||||
path.join(path.parse(Buildx.configDir).root, 'work', 'leaked')
|
|
||||||
])('getAuthList rejects unsafe or unsupported scope path: %s', async scope => {
|
|
||||||
expect(() => {
|
|
||||||
getAuthList({
|
|
||||||
registry: '',
|
|
||||||
username: 'dbowie',
|
|
||||||
password: 'groundcontrol',
|
|
||||||
scope,
|
|
||||||
ecr: '',
|
|
||||||
logout: false,
|
|
||||||
registryAuth: ''
|
|
||||||
});
|
|
||||||
}).toThrow(/Invalid scope/);
|
|
||||||
});
|
|
||||||
|
|
||||||
// prettier-ignore
|
|
||||||
test.each([
|
|
||||||
'../../../../work/leaked',
|
|
||||||
'..',
|
|
||||||
'foo/../../../../etc',
|
|
||||||
path.join(path.parse(Buildx.configDir).root, 'work', 'leaked')
|
|
||||||
])('getAuthList rejects unsafe registry path: %s', async registry => {
|
|
||||||
expect(() => {
|
|
||||||
getAuthList({
|
|
||||||
registry,
|
|
||||||
username: 'dbowie',
|
|
||||||
password: 'groundcontrol',
|
|
||||||
scope: '@push',
|
|
||||||
ecr: '',
|
|
||||||
logout: false,
|
|
||||||
registryAuth: ''
|
|
||||||
});
|
|
||||||
}).toThrow(/Invalid registry/);
|
|
||||||
});
|
|
||||||
|
|
||||||
test('getAuthList skips secret masking when registry-auth password is absent', async () => {
|
test('getAuthList skips secret masking when registry-auth password is absent', async () => {
|
||||||
const stdoutWriteSpy = vi.spyOn(process.stdout, 'write').mockImplementation(() => true);
|
const stdoutWriteSpy = vi.spyOn(process.stdout, 'write').mockImplementation(() => true);
|
||||||
const [auth] = getAuthList({
|
const [auth] = getAuthList({
|
||||||
|
|||||||
@ -126,14 +126,8 @@ describe('getOIDCToken', () => {
|
|||||||
expect(core.info).toHaveBeenCalledWith('Docker Hub OIDC token request rate limited, retrying in 0ms (attempt 1/5)');
|
expect(core.info).toHaveBeenCalledWith('Docker Hub OIDC token request rate limited, retrying in 0ms (attempt 1/5)');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('throws Docker Hub OIDC error responses', async () => {
|
test('throws Docker Hub API errors', async () => {
|
||||||
postSpy.mockResolvedValue(httpResponse(400, JSON.stringify({error: 'invalid_request', error_description: 'bad connection', error_uri: 'https://docs.docker.com'})));
|
postSpy.mockResolvedValue(httpResponse(400, JSON.stringify({description: 'bad connection'})));
|
||||||
await expect(dockerhub.getOIDCToken('docker.io', 'dbowie')).rejects.toThrow('Docker Hub API: bad status code 400: {"error":"invalid_request","error_description":"bad connection","error_uri":"https://docs.docker.com"}');
|
await expect(dockerhub.getOIDCToken('docker.io', 'dbowie')).rejects.toThrow('Docker Hub API: bad status code 400: bad connection');
|
||||||
});
|
|
||||||
|
|
||||||
test('throws rate limited Docker Hub OIDC error response after retries', async () => {
|
|
||||||
postSpy.mockResolvedValue(httpResponse(429, JSON.stringify({error: 'rate_limited', error_description: 'slow down'}), {'retry-after': '0'}));
|
|
||||||
await expect(dockerhub.getOIDCToken('docker.io', 'dbowie')).rejects.toThrow('Docker Hub API: bad status code 429: {"error":"rate_limited","error_description":"slow down"}');
|
|
||||||
expect(postSpy).toHaveBeenCalledTimes(6);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
216
dist/index.cjs
generated
vendored
216
dist/index.cjs
generated
vendored
File diff suppressed because one or more lines are too long
6
dist/index.cjs.map
generated
vendored
6
dist/index.cjs.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -77,33 +77,13 @@ export function scopeToConfigDir(registry: string, scope?: string): string {
|
|||||||
if (scopeDisabled() || !scope || scope === '') {
|
if (scopeDisabled() || !scope || scope === '') {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
const configRoot = path.resolve(Buildx.configDir, 'config');
|
let configDir = path.join(Buildx.configDir, 'config', registry === 'docker.io' ? 'registry-1.docker.io' : registry);
|
||||||
const registryDir = path.resolve(configRoot, registry === 'docker.io' ? 'registry-1.docker.io' : registry);
|
if (scope.startsWith('@')) {
|
||||||
if (!isChildPath(configRoot, registryDir)) {
|
configDir += scope;
|
||||||
throw new Error(`Invalid registry '${registry}': resolved config path escapes the Buildx config directory`);
|
} else {
|
||||||
|
configDir = path.join(configDir, scope);
|
||||||
}
|
}
|
||||||
const scopeParts = scope.split('@');
|
return configDir;
|
||||||
if (scopeParts.length > 2) {
|
|
||||||
throw new Error(`Invalid scope '${scope}': scope can contain at most one @ separator`);
|
|
||||||
}
|
|
||||||
const [scopePath, scopeActions] = scopeParts;
|
|
||||||
if (scopeActions !== undefined && !/^[a-z]+(,[a-z]+)*$/.test(scopeActions)) {
|
|
||||||
throw new Error(`Invalid scope '${scope}': scope actions must be lowercase names separated by commas`);
|
|
||||||
}
|
|
||||||
const scopeSuffix = scopeActions === undefined ? '' : `@${scopeActions}`;
|
|
||||||
if (scopePath === '') {
|
|
||||||
return `${registryDir}${scopeSuffix}`;
|
|
||||||
}
|
|
||||||
const configDir = path.resolve(registryDir, scopePath);
|
|
||||||
if (!isChildPath(registryDir, configDir)) {
|
|
||||||
throw new Error(`Invalid scope '${scope}': resolved config path escapes the Buildx config directory`);
|
|
||||||
}
|
|
||||||
return `${configDir}${scopeSuffix}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
function isChildPath(parent: string, child: string): boolean {
|
|
||||||
const relativePath = path.relative(parent, child);
|
|
||||||
return relativePath !== '' && relativePath !== '..' && !relativePath.startsWith(`..${path.sep}`) && !path.isAbsolute(relativePath);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function scopeDisabled(): boolean {
|
function scopeDisabled(): boolean {
|
||||||
|
|||||||
@ -108,19 +108,24 @@ const handleResponse = async (resp: httpm.HttpClientResponse): Promise<string> =
|
|||||||
};
|
};
|
||||||
|
|
||||||
const parseError = (statusCode: number, body: string): Error => {
|
const parseError = (statusCode: number, body: string): Error => {
|
||||||
if (body) {
|
|
||||||
let errResp: unknown;
|
|
||||||
try {
|
|
||||||
errResp = JSON.parse(body);
|
|
||||||
} catch {
|
|
||||||
errResp = undefined;
|
|
||||||
}
|
|
||||||
if (errResp !== undefined) {
|
|
||||||
throw new Error(`Docker Hub API: bad status code ${statusCode}: ${JSON.stringify(errResp)}`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (statusCode === 401) {
|
if (statusCode === 401) {
|
||||||
throw new Error(`Docker Hub API: operation not permitted`);
|
throw new Error(`Docker Hub API: operation not permitted`);
|
||||||
}
|
}
|
||||||
|
if (body) {
|
||||||
|
const errResp = parseErrorBody(body);
|
||||||
|
for (const k of ['description', 'message', 'detail', 'error']) {
|
||||||
|
if (errResp[k]) {
|
||||||
|
throw new Error(`Docker Hub API: bad status code ${statusCode}: ${errResp[k]}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
throw new Error(`Docker Hub API: bad status code ${statusCode}`);
|
throw new Error(`Docker Hub API: bad status code ${statusCode}`);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const parseErrorBody = (body: string): Record<string, string> => {
|
||||||
|
try {
|
||||||
|
return <Record<string, string>>JSON.parse(body);
|
||||||
|
} catch {
|
||||||
|
return {};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|||||||
16
yarn.lock
16
yarn.lock
@ -4864,12 +4864,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"nanoid@npm:^3.3.16":
|
"nanoid@npm:^3.3.11":
|
||||||
version: 3.3.16
|
version: 3.3.11
|
||||||
resolution: "nanoid@npm:3.3.16"
|
resolution: "nanoid@npm:3.3.11"
|
||||||
bin:
|
bin:
|
||||||
nanoid: bin/nanoid.cjs
|
nanoid: bin/nanoid.cjs
|
||||||
checksum: 10/8004af92b5541af1dbd23b69845b5026f777d5b7ef07163cea1837aae86e052ced8b383cecbf8a4f1b5e77ae207df96dc45e16b9e0fa3c4b761d085f1e42851b
|
checksum: 10/73b5afe5975a307aaa3c95dfe3334c52cdf9ae71518176895229b8d65ab0d1c0417dd081426134eb7571c055720428ea5d57c645138161e7d10df80815527c48
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -5292,13 +5292,13 @@ __metadata:
|
|||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"postcss@npm:^8.5.6":
|
"postcss@npm:^8.5.6":
|
||||||
version: 8.5.22
|
version: 8.5.10
|
||||||
resolution: "postcss@npm:8.5.22"
|
resolution: "postcss@npm:8.5.10"
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: "npm:^3.3.16"
|
nanoid: "npm:^3.3.11"
|
||||||
picocolors: "npm:^1.1.1"
|
picocolors: "npm:^1.1.1"
|
||||||
source-map-js: "npm:^1.2.1"
|
source-map-js: "npm:^1.2.1"
|
||||||
checksum: 10/7944444f267f2d94c7caeed66f3da56d5b947bd4a7e57a166a5161af25c6006dd73f40e2a1a6822f3d7fccc2fa005778c03058368eb7efca1b5038aec55abd14
|
checksum: 10/7eac6169e535b63c8412e94d4f6047fc23efa3e9dde804b541940043c831b25f1cd867d83cd2c4371ad2450c8abcb42c208aa25668c1f0f3650d7f72faf711a8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user