mirror of
https://github.com/docker/login-action.git
synced 2026-05-29 09:51:52 +08:00
Compare commits
2 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93c0d7852b | ||
|
|
0750140bc8 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -150,7 +150,7 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
|
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
|
||||||
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 }}
|
||||||
@@ -198,7 +198,7 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@acca2b1b2070338fb9fd1ca27ecee81d687e58e5 # v6.1.2
|
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
|
||||||
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 }}
|
||||||
|
|||||||
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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
|
||||||
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@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
|
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript-typescript"
|
category: "/language:javascript-typescript"
|
||||||
|
|||||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||||
-
|
-
|
||||||
name: Test
|
name: Test
|
||||||
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
||||||
with:
|
with:
|
||||||
source: .
|
source: .
|
||||||
targets: test
|
targets: test
|
||||||
|
|||||||
2
.github/workflows/update-dist.yml
vendored
2
.github/workflows/update-dist.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
token: ${{ steps.docker-read-app.outputs.token }}
|
token: ${{ steps.docker-read-app.outputs.token }}
|
||||||
-
|
-
|
||||||
name: Build
|
name: Build
|
||||||
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
||||||
with:
|
with:
|
||||||
source: .
|
source: .
|
||||||
targets: build
|
targets: build
|
||||||
|
|||||||
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Generate matrix
|
name: Generate matrix
|
||||||
id: generate
|
id: generate
|
||||||
uses: docker/bake-action/subaction/matrix@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
uses: docker/bake-action/subaction/matrix@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
||||||
with:
|
with:
|
||||||
target: validate
|
target: validate
|
||||||
|
|
||||||
@@ -41,6 +41,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Validate
|
name: Validate
|
||||||
uses: docker/bake-action@6614cfa25eff9a0b2b2697efb0b6159e7680d584 # v7.2.0
|
uses: docker/bake-action@a66e1c87e2eca0503c343edf1d208c716d54b8a8 # v7.1.0
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.target }}
|
targets: ${{ matrix.target }}
|
||||||
|
|||||||
12
.yarnrc.yml
12
.yarnrc.yml
@@ -1,10 +1,10 @@
|
|||||||
# https://yarnpkg.com/configuration/yarnrc
|
# https://yarnpkg.com/configuration/yarnrc
|
||||||
|
|
||||||
nodeLinker: node-modules
|
compressionLevel: mixed
|
||||||
|
enableGlobalCache: false
|
||||||
|
enableHardenedMode: true
|
||||||
|
|
||||||
logFilters:
|
logFilters:
|
||||||
- code: YN0004
|
|
||||||
level: discard
|
|
||||||
- code: YN0013
|
- code: YN0013
|
||||||
level: discard
|
level: discard
|
||||||
- code: YN0019
|
- code: YN0019
|
||||||
@@ -14,8 +14,4 @@ logFilters:
|
|||||||
- code: YN0086
|
- code: YN0086
|
||||||
level: discard
|
level: discard
|
||||||
|
|
||||||
compressionLevel: mixed
|
nodeLinker: node-modules
|
||||||
enableGlobalCache: false
|
|
||||||
enableHardenedMode: true
|
|
||||||
enableScripts: false
|
|
||||||
npmMinimalAgeGate: 2d
|
|
||||||
|
|||||||
73
README.md
73
README.md
@@ -117,8 +117,6 @@ instead of a password.
|
|||||||
|
|
||||||
### Azure Container Registry (ACR)
|
### Azure Container Registry (ACR)
|
||||||
|
|
||||||
#### Service principal
|
|
||||||
|
|
||||||
[Create a service principal](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-service-principal#create-a-service-principal)
|
[Create a service principal](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-auth-service-principal#create-a-service-principal)
|
||||||
with access to your container registry through the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
|
with access to your container registry through the [Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
|
||||||
and take note of the generated service principal's ID (also called _client ID_)
|
and take note of the generated service principal's ID (also called _client ID_)
|
||||||
@@ -144,60 +142,10 @@ jobs:
|
|||||||
password: ${{ secrets.AZURE_CLIENT_SECRET }}
|
password: ${{ secrets.AZURE_CLIENT_SECRET }}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<registry-name>` with the name of your registry.
|
|
||||||
|
|
||||||
#### OpenID Connect (OIDC)
|
|
||||||
|
|
||||||
To authenticate with OpenID Connect, configure a federated identity credential
|
|
||||||
for GitHub Actions and use the [Azure Login](https://github.com/Azure/login)
|
|
||||||
action to sign in to Azure. Then expose an ACR access token and pass it to this
|
|
||||||
action as the password.
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
name: ci
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: main
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
id-token: write
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
login:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
-
|
|
||||||
name: Login to Azure
|
|
||||||
uses: azure/login@v3
|
|
||||||
with:
|
|
||||||
client-id: ${{ vars.AZURE_CLIENT_ID }}
|
|
||||||
tenant-id: ${{ vars.AZURE_TENANT_ID }}
|
|
||||||
subscription-id: ${{ vars.AZURE_SUBSCRIPTION_ID }}
|
|
||||||
-
|
|
||||||
name: Get ACR access token
|
|
||||||
id: acr-token
|
|
||||||
run: |
|
|
||||||
ACR_TOKEN=$(az acr login --name <registry-name> --expose-token --output tsv --query accessToken)
|
|
||||||
echo "::add-mask::$ACR_TOKEN" # mask the token in workflow logs
|
|
||||||
echo "token=$ACR_TOKEN" >> "$GITHUB_OUTPUT"
|
|
||||||
-
|
|
||||||
name: Login to ACR
|
|
||||||
uses: docker/login-action@v4
|
|
||||||
with:
|
|
||||||
registry: <registry-name>.azurecr.io
|
|
||||||
username: 00000000-0000-0000-0000-000000000000
|
|
||||||
password: ${{ steps.acr-token.outputs.token }}
|
|
||||||
```
|
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<registry-name>` with the name of your registry.
|
> Replace `<registry-name>` with the name of your registry.
|
||||||
|
|
||||||
### Google Container Registry (GCR)
|
### Google Container Registry (GCR)
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> [Google Artifact Registry](#google-artifact-registry-gar) is the evolution of
|
> [Google Artifact Registry](#google-artifact-registry-gar) is the evolution of
|
||||||
> Google Container Registry. As a fully-managed service with support for both
|
> Google Container Registry. As a fully-managed service with support for both
|
||||||
> container images and non-container artifacts. If you currently use Google
|
> container images and non-container artifacts. If you currently use Google
|
||||||
@@ -228,7 +176,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Authenticate to Google Cloud
|
name: Authenticate to Google Cloud
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v3
|
uses: google-github-actions/auth@v1
|
||||||
with:
|
with:
|
||||||
token_format: access_token
|
token_format: access_token
|
||||||
workload_identity_provider: <workload_identity_provider>
|
workload_identity_provider: <workload_identity_provider>
|
||||||
@@ -242,10 +190,9 @@ jobs:
|
|||||||
password: ${{ steps.auth.outputs.access_token }}
|
password: ${{ steps.auth.outputs.access_token }}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<workload_identity_provider>` with configured workload identity
|
> Replace `<workload_identity_provider>` with configured workload identity
|
||||||
> provider. For steps to configure, [see here](https://github.com/google-github-actions/auth#setting-up-workload-identity-federation).
|
> provider. For steps to configure, [see here](https://github.com/google-github-actions/auth#setting-up-workload-identity-federation).
|
||||||
>
|
|
||||||
> Replace `<service_account>` with configured service account in workload
|
> Replace `<service_account>` with configured service account in workload
|
||||||
> identity provider which has access to push to GCR
|
> identity provider which has access to push to GCR
|
||||||
|
|
||||||
@@ -300,7 +247,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Authenticate to Google Cloud
|
name: Authenticate to Google Cloud
|
||||||
id: auth
|
id: auth
|
||||||
uses: google-github-actions/auth@v3
|
uses: google-github-actions/auth@v1
|
||||||
with:
|
with:
|
||||||
token_format: access_token
|
token_format: access_token
|
||||||
workload_identity_provider: <workload_identity_provider>
|
workload_identity_provider: <workload_identity_provider>
|
||||||
@@ -314,13 +261,12 @@ jobs:
|
|||||||
password: ${{ steps.auth.outputs.access_token }}
|
password: ${{ steps.auth.outputs.access_token }}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<workload_identity_provider>` with configured workload identity
|
> Replace `<workload_identity_provider>` with configured workload identity
|
||||||
> provider
|
> provider
|
||||||
>
|
|
||||||
> Replace `<service_account>` with configured service account in workload
|
> Replace `<service_account>` with configured service account in workload
|
||||||
> identity provider which has access to push to GCR
|
> identity provider which has access to push to GCR
|
||||||
>
|
|
||||||
> Replace `<location>` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations)
|
> Replace `<location>` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations)
|
||||||
> of the repository where the image is stored.
|
> of the repository where the image is stored.
|
||||||
|
|
||||||
@@ -352,7 +298,6 @@ jobs:
|
|||||||
password: ${{ secrets.GAR_JSON_KEY }}
|
password: ${{ secrets.GAR_JSON_KEY }}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<location>` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations)
|
> Replace `<location>` with the regional or multi-regional [location](https://cloud.google.com/artifact-registry/docs/repo-organize#locations)
|
||||||
> of the repository where the image is stored.
|
> of the repository where the image is stored.
|
||||||
|
|
||||||
@@ -407,7 +352,6 @@ jobs:
|
|||||||
AWS_ACCOUNT_IDS: 012345678910,023456789012
|
AWS_ACCOUNT_IDS: 012345678910,023456789012
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Only available with [AWS CLI version 1](https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html)
|
> Only available with [AWS CLI version 1](https://docs.aws.amazon.com/cli/latest/reference/ecr/get-login.html)
|
||||||
|
|
||||||
You can also use the [Configure AWS Credentials](https://github.com/aws-actions/configure-aws-credentials)
|
You can also use the [Configure AWS Credentials](https://github.com/aws-actions/configure-aws-credentials)
|
||||||
@@ -426,7 +370,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
uses: aws-actions/configure-aws-credentials@v6
|
uses: aws-actions/configure-aws-credentials@v4
|
||||||
with:
|
with:
|
||||||
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
|
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
|
||||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||||
@@ -438,7 +382,6 @@ jobs:
|
|||||||
registry: <aws-account-number>.dkr.ecr.<region>.amazonaws.com
|
registry: <aws-account-number>.dkr.ecr.<region>.amazonaws.com
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<aws-account-number>` and `<region>` with their respective values.
|
> Replace `<aws-account-number>` and `<region>` with their respective values.
|
||||||
|
|
||||||
### AWS Public Elastic Container Registry (ECR)
|
### AWS Public Elastic Container Registry (ECR)
|
||||||
@@ -470,7 +413,6 @@ jobs:
|
|||||||
AWS_REGION: <region>
|
AWS_REGION: <region>
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<region>` with its respective value (default `us-east-1`).
|
> Replace `<region>` with its respective value (default `us-east-1`).
|
||||||
|
|
||||||
### OCI Oracle Cloud Infrastructure Registry (OCIR)
|
### OCI Oracle Cloud Infrastructure Registry (OCIR)
|
||||||
@@ -503,7 +445,6 @@ jobs:
|
|||||||
password: ${{ secrets.OCI_TOKEN }}
|
password: ${{ secrets.OCI_TOKEN }}
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!NOTE]
|
|
||||||
> Replace `<region>` with their respective values from [availability regions](https://docs.cloud.oracle.com/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab)
|
> Replace `<region>` with their respective values from [availability regions](https://docs.cloud.oracle.com/iaas/Content/Registry/Concepts/registryprerequisites.htm#Availab)
|
||||||
|
|
||||||
### Quay.io
|
### Quay.io
|
||||||
@@ -662,7 +603,7 @@ jobs:
|
|||||||
scope: 'myorg/myimage@push'
|
scope: 'myorg/myimage@push'
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
uses: docker/build-push-action@v7
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: myorg/myimage:latest
|
tags: myorg/myimage:latest
|
||||||
|
|||||||
252
dist/index.cjs
generated
vendored
252
dist/index.cjs
generated
vendored
File diff suppressed because one or more lines are too long
8
dist/index.cjs.map
generated
vendored
8
dist/index.cjs.map
generated
vendored
File diff suppressed because one or more lines are too long
16
dist/licenses.txt
generated
vendored
16
dist/licenses.txt
generated
vendored
@@ -398,8 +398,8 @@ Apache License
|
|||||||
The following npm packages may be included in this product:
|
The following npm packages may be included in this product:
|
||||||
|
|
||||||
- @sigstore/bundle@4.0.0
|
- @sigstore/bundle@4.0.0
|
||||||
|
- @sigstore/core@3.1.0
|
||||||
- @sigstore/core@3.2.0
|
- @sigstore/core@3.2.0
|
||||||
- @sigstore/core@3.2.1
|
|
||||||
- @sigstore/protobuf-specs@0.5.0
|
- @sigstore/protobuf-specs@0.5.0
|
||||||
- @sigstore/sign@4.1.1
|
- @sigstore/sign@4.1.1
|
||||||
- @sigstore/tuf@4.0.2
|
- @sigstore/tuf@4.0.2
|
||||||
@@ -612,7 +612,7 @@ Apache License
|
|||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- @docker/actions-toolkit@0.91.0
|
- @docker/actions-toolkit@0.90.0
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
@@ -2337,8 +2337,8 @@ Apache License
|
|||||||
|
|
||||||
The following npm packages may be included in this product:
|
The following npm packages may be included in this product:
|
||||||
|
|
||||||
- @aws-sdk/client-ecr-public@3.1052.0
|
- @aws-sdk/client-ecr-public@3.1053.0
|
||||||
- @aws-sdk/client-ecr@3.1052.0
|
- @aws-sdk/client-ecr@3.1053.0
|
||||||
|
|
||||||
These packages each contain the following license:
|
These packages each contain the following license:
|
||||||
|
|
||||||
@@ -4591,7 +4591,7 @@ The following npm packages may be included in this product:
|
|||||||
- @aws-sdk/credential-provider-http@3.972.41
|
- @aws-sdk/credential-provider-http@3.972.41
|
||||||
- @aws-sdk/credential-provider-login@3.972.43
|
- @aws-sdk/credential-provider-login@3.972.43
|
||||||
- @aws-sdk/nested-clients@3.997.11
|
- @aws-sdk/nested-clients@3.997.11
|
||||||
- @sigstore/verify@3.1.1
|
- @sigstore/verify@3.1.0
|
||||||
|
|
||||||
These packages each contain the following license:
|
These packages each contain the following license:
|
||||||
|
|
||||||
@@ -5088,14 +5088,12 @@ The following npm packages may be included in this product:
|
|||||||
- @azure/core-client@1.10.1
|
- @azure/core-client@1.10.1
|
||||||
- @azure/core-http-compat@2.3.1
|
- @azure/core-http-compat@2.3.1
|
||||||
- @azure/core-rest-pipeline@1.22.2
|
- @azure/core-rest-pipeline@1.22.2
|
||||||
- @azure/core-rest-pipeline@1.23.0
|
|
||||||
- @azure/core-tracing@1.3.1
|
- @azure/core-tracing@1.3.1
|
||||||
- @azure/core-util@1.13.1
|
- @azure/core-util@1.13.1
|
||||||
- @azure/core-xml@1.5.0
|
- @azure/core-xml@1.5.0
|
||||||
- @azure/logger@1.3.0
|
- @azure/logger@1.3.0
|
||||||
- @azure/storage-blob@12.31.0
|
- @azure/storage-blob@12.31.0
|
||||||
- @typespec/ts-http-runtime@0.3.2
|
- @typespec/ts-http-runtime@0.3.2
|
||||||
- @typespec/ts-http-runtime@0.3.5
|
|
||||||
|
|
||||||
These packages each contain the following license:
|
These packages each contain the following license:
|
||||||
|
|
||||||
@@ -6929,7 +6927,7 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
The following npm package may be included in this product:
|
The following npm package may be included in this product:
|
||||||
|
|
||||||
- tmp@0.2.7
|
- tmp@0.2.5
|
||||||
|
|
||||||
This package contains the following license:
|
This package contains the following license:
|
||||||
|
|
||||||
@@ -7521,7 +7519,7 @@ https://github.com/bitinn/node-fetch
|
|||||||
The following npm packages may be included in this product:
|
The following npm packages may be included in this product:
|
||||||
|
|
||||||
- @actions/artifact@6.2.1
|
- @actions/artifact@6.2.1
|
||||||
- @actions/cache@6.0.1
|
- @actions/cache@6.0.0
|
||||||
- @actions/core@3.0.0
|
- @actions/core@3.0.0
|
||||||
- @actions/core@3.0.1
|
- @actions/core@3.0.1
|
||||||
- @actions/exec@3.0.0
|
- @actions/exec@3.0.0
|
||||||
|
|||||||
@@ -21,12 +21,12 @@
|
|||||||
],
|
],
|
||||||
"author": "Docker Inc.",
|
"author": "Docker Inc.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"packageManager": "yarn@4.15.0",
|
"packageManager": "yarn@4.9.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^3.0.1",
|
"@actions/core": "^3.0.1",
|
||||||
"@aws-sdk/client-ecr": "^3.1050.0",
|
"@aws-sdk/client-ecr": "^3.1053.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.1050.0",
|
"@aws-sdk/client-ecr-public": "^3.1053.0",
|
||||||
"@docker/actions-toolkit": "^0.91.0",
|
"@docker/actions-toolkit": "^0.90.0",
|
||||||
"http-proxy-agent": "^9.0.0",
|
"http-proxy-agent": "^9.0.0",
|
||||||
"https-proxy-agent": "^9.0.0",
|
"https-proxy-agent": "^9.0.0",
|
||||||
"js-yaml": "^4.1.1"
|
"js-yaml": "^4.1.1"
|
||||||
|
|||||||
116
yarn.lock
116
yarn.lock
@@ -2,7 +2,7 @@
|
|||||||
# Manual changes might be lost - proceed with caution!
|
# Manual changes might be lost - proceed with caution!
|
||||||
|
|
||||||
__metadata:
|
__metadata:
|
||||||
version: 10
|
version: 8
|
||||||
cacheKey: 10
|
cacheKey: 10
|
||||||
|
|
||||||
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
"@aashutoshrathi/word-wrap@npm:^1.2.3":
|
||||||
@@ -34,20 +34,20 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@actions/cache@npm:^6.0.1":
|
"@actions/cache@npm:^6.0.0":
|
||||||
version: 6.0.1
|
version: 6.0.0
|
||||||
resolution: "@actions/cache@npm:6.0.1"
|
resolution: "@actions/cache@npm:6.0.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.1"
|
"@actions/core": "npm:^3.0.0"
|
||||||
"@actions/exec": "npm:^3.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/glob": "npm:^0.6.1"
|
"@actions/glob": "npm:^0.6.1"
|
||||||
"@actions/http-client": "npm:^4.0.1"
|
"@actions/http-client": "npm:^4.0.0"
|
||||||
"@actions/io": "npm:^3.0.2"
|
"@actions/io": "npm:^3.0.0"
|
||||||
"@azure/core-rest-pipeline": "npm:^1.23.0"
|
"@azure/core-rest-pipeline": "npm:^1.22.0"
|
||||||
"@azure/storage-blob": "npm:^12.31.0"
|
"@azure/storage-blob": "npm:^12.30.0"
|
||||||
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
"@protobuf-ts/runtime-rpc": "npm:^2.11.1"
|
||||||
semver: "npm:^7.7.4"
|
semver: "npm:^7.7.3"
|
||||||
checksum: 10/05d2c18210fa3b583765d734e9dce6532c76d271805929608ee35f56dd3064e1d30f007400e3a275f74a7ad3e454cf0051b6eab4f15a9669dac081d811ee9d10
|
checksum: 10/91609983f6ed5829018c6afea9b692762acd34604e44479be3ff25c76f5b869d6727766847193ab9f0724de84cd6043759a55553c500c3538af9951494ca14b6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -227,9 +227,9 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@aws-sdk/client-ecr-public@npm:^3.1050.0":
|
"@aws-sdk/client-ecr-public@npm:^3.1053.0":
|
||||||
version: 3.1052.0
|
version: 3.1053.0
|
||||||
resolution: "@aws-sdk/client-ecr-public@npm:3.1052.0"
|
resolution: "@aws-sdk/client-ecr-public@npm:3.1053.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@aws-crypto/sha256-browser": "npm:5.2.0"
|
"@aws-crypto/sha256-browser": "npm:5.2.0"
|
||||||
"@aws-crypto/sha256-js": "npm:5.2.0"
|
"@aws-crypto/sha256-js": "npm:5.2.0"
|
||||||
@@ -241,13 +241,13 @@ __metadata:
|
|||||||
"@smithy/node-http-handler": "npm:^4.7.3"
|
"@smithy/node-http-handler": "npm:^4.7.3"
|
||||||
"@smithy/types": "npm:^4.14.2"
|
"@smithy/types": "npm:^4.14.2"
|
||||||
tslib: "npm:^2.6.2"
|
tslib: "npm:^2.6.2"
|
||||||
checksum: 10/bafc8332aba14d368037d96501f0c58afbc578908419a8428272894eaabb8123aba13ea62b722fd0fc2b9c55414d07fd01d6e250de008520e19fd53b5d8bac80
|
checksum: 10/12dce323c41c037f5eab138f9fb77e65a61097f4cc28abd5ed984967efe97abec9bf00717b4e1199f0dca2bc135f4a81404490c9a21c3ed9b62da5fd1163de9b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@aws-sdk/client-ecr@npm:^3.1050.0":
|
"@aws-sdk/client-ecr@npm:^3.1053.0":
|
||||||
version: 3.1052.0
|
version: 3.1053.0
|
||||||
resolution: "@aws-sdk/client-ecr@npm:3.1052.0"
|
resolution: "@aws-sdk/client-ecr@npm:3.1053.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@aws-crypto/sha256-browser": "npm:5.2.0"
|
"@aws-crypto/sha256-browser": "npm:5.2.0"
|
||||||
"@aws-crypto/sha256-js": "npm:5.2.0"
|
"@aws-crypto/sha256-js": "npm:5.2.0"
|
||||||
@@ -259,7 +259,7 @@ __metadata:
|
|||||||
"@smithy/node-http-handler": "npm:^4.7.3"
|
"@smithy/node-http-handler": "npm:^4.7.3"
|
||||||
"@smithy/types": "npm:^4.14.2"
|
"@smithy/types": "npm:^4.14.2"
|
||||||
tslib: "npm:^2.6.2"
|
tslib: "npm:^2.6.2"
|
||||||
checksum: 10/b955225af6065a57a7139b175168782554d9e7e8bf6b87181eb9368efa7d790e4013d9cf93907efdfda86c17e23f8b0f6d3170ae3ad270792907a71d5a51658d
|
checksum: 10/6d16180e9372b87da28c5bbfea93948874249734e2258d7d5d63abc80ccdc77617869e6c26fdf6539719e93cc721f83f44ad15b798290060bcf120a39112753c
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -587,21 +587,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/core-rest-pipeline@npm:^1.23.0":
|
|
||||||
version: 1.23.0
|
|
||||||
resolution: "@azure/core-rest-pipeline@npm:1.23.0"
|
|
||||||
dependencies:
|
|
||||||
"@azure/abort-controller": "npm:^2.1.2"
|
|
||||||
"@azure/core-auth": "npm:^1.10.0"
|
|
||||||
"@azure/core-tracing": "npm:^1.3.0"
|
|
||||||
"@azure/core-util": "npm:^1.13.0"
|
|
||||||
"@azure/logger": "npm:^1.3.0"
|
|
||||||
"@typespec/ts-http-runtime": "npm:^0.3.4"
|
|
||||||
tslib: "npm:^2.6.2"
|
|
||||||
checksum: 10/9c60c8bb858cec1caf49d3c323667814512fbf0ca3b34fa382c010f4a6fcccf0a6ef8210c2f7d791b2af67b5c427aefb9b1e4c58a9a9ef60d1cff871fca548f3
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@azure/core-tracing@npm:^1.2.0, @azure/core-tracing@npm:^1.3.0":
|
"@azure/core-tracing@npm:^1.2.0, @azure/core-tracing@npm:^1.3.0":
|
||||||
version: 1.3.1
|
version: 1.3.1
|
||||||
resolution: "@azure/core-tracing@npm:1.3.1"
|
resolution: "@azure/core-tracing@npm:1.3.1"
|
||||||
@@ -661,7 +646,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@azure/storage-blob@npm:^12.30.0, @azure/storage-blob@npm:^12.31.0":
|
"@azure/storage-blob@npm:^12.30.0":
|
||||||
version: 12.31.0
|
version: 12.31.0
|
||||||
resolution: "@azure/storage-blob@npm:12.31.0"
|
resolution: "@azure/storage-blob@npm:12.31.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -762,12 +747,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@docker/actions-toolkit@npm:^0.91.0":
|
"@docker/actions-toolkit@npm:^0.90.0":
|
||||||
version: 0.91.0
|
version: 0.90.0
|
||||||
resolution: "@docker/actions-toolkit@npm:0.91.0"
|
resolution: "@docker/actions-toolkit@npm:0.90.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/artifact": "npm:^6.2.1"
|
"@actions/artifact": "npm:^6.2.1"
|
||||||
"@actions/cache": "npm:^6.0.1"
|
"@actions/cache": "npm:^6.0.0"
|
||||||
"@actions/core": "npm:^3.0.1"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@actions/exec": "npm:^3.0.0"
|
"@actions/exec": "npm:^3.0.0"
|
||||||
"@actions/github": "npm:^9.1.1"
|
"@actions/github": "npm:^9.1.1"
|
||||||
@@ -777,7 +762,7 @@ __metadata:
|
|||||||
"@sigstore/bundle": "npm:^4.0.0"
|
"@sigstore/bundle": "npm:^4.0.0"
|
||||||
"@sigstore/sign": "npm:^4.1.1"
|
"@sigstore/sign": "npm:^4.1.1"
|
||||||
"@sigstore/tuf": "npm:^4.0.2"
|
"@sigstore/tuf": "npm:^4.0.2"
|
||||||
"@sigstore/verify": "npm:^3.1.1"
|
"@sigstore/verify": "npm:^3.1.0"
|
||||||
async-retry: "npm:^1.3.3"
|
async-retry: "npm:^1.3.3"
|
||||||
csv-parse: "npm:^6.2.1"
|
csv-parse: "npm:^6.2.1"
|
||||||
gunzip-maybe: "npm:^1.4.2"
|
gunzip-maybe: "npm:^1.4.2"
|
||||||
@@ -785,10 +770,10 @@ __metadata:
|
|||||||
he: "npm:^1.2.0"
|
he: "npm:^1.2.0"
|
||||||
js-yaml: "npm:^4.1.1"
|
js-yaml: "npm:^4.1.1"
|
||||||
jwt-decode: "npm:^4.0.0"
|
jwt-decode: "npm:^4.0.0"
|
||||||
semver: "npm:^7.8.1"
|
semver: "npm:^7.8.0"
|
||||||
tar-stream: "npm:^3.2.0"
|
tar-stream: "npm:^3.2.0"
|
||||||
tmp: "npm:^0.2.6"
|
tmp: "npm:^0.2.5"
|
||||||
checksum: 10/31ab0d572e716a765fa4db963a342c9c313460839f9a32c06045e07d47dda314e1dbd50f5f3bed7d4e4caa0f9e0b95d28abce3b4d59bfa54cea3f7d9408e5497
|
checksum: 10/5f5d28b1fea503ba54aff18e9ae947ad1bff42c84834120a477b64586251dcf16e67ce0613e60a8a3b596443c9c9d17f7bf982c8754ff4a4cd4cdee3bb97a561
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@@ -1970,13 +1955,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@sigstore/core@npm:^3.2.1":
|
|
||||||
version: 3.2.1
|
|
||||||
resolution: "@sigstore/core@npm:3.2.1"
|
|
||||||
checksum: 10/2f6c1ced55f8ed3f7fc705a668eb95db9471511dfb1f054927822bf97a051dd62228ecf6a9f1932d240c2c4ae69a3b5066550789e5ad8f4257839a4370e5a120
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@sigstore/protobuf-specs@npm:^0.5.0":
|
"@sigstore/protobuf-specs@npm:^0.5.0":
|
||||||
version: 0.5.0
|
version: 0.5.0
|
||||||
resolution: "@sigstore/protobuf-specs@npm:0.5.0"
|
resolution: "@sigstore/protobuf-specs@npm:0.5.0"
|
||||||
@@ -2019,17 +1997,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@sigstore/verify@npm:^3.1.1":
|
|
||||||
version: 3.1.1
|
|
||||||
resolution: "@sigstore/verify@npm:3.1.1"
|
|
||||||
dependencies:
|
|
||||||
"@sigstore/bundle": "npm:^4.0.0"
|
|
||||||
"@sigstore/core": "npm:^3.2.1"
|
|
||||||
"@sigstore/protobuf-specs": "npm:^0.5.0"
|
|
||||||
checksum: 10/4cb24b0e62b85ebf2b62698041e0dc212d152fd40a95c05c237357c992265a23e5789f86b138bea2eea0c5f6b994974d968f03dde9c692a514f96ae4b26f31a9
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@smithy/core@npm:^3.24.3, @smithy/core@npm:^3.24.4":
|
"@smithy/core@npm:^3.24.3, @smithy/core@npm:^3.24.4":
|
||||||
version: 3.24.4
|
version: 3.24.4
|
||||||
resolution: "@smithy/core@npm:3.24.4"
|
resolution: "@smithy/core@npm:3.24.4"
|
||||||
@@ -2349,17 +2316,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typespec/ts-http-runtime@npm:^0.3.4":
|
|
||||||
version: 0.3.5
|
|
||||||
resolution: "@typespec/ts-http-runtime@npm:0.3.5"
|
|
||||||
dependencies:
|
|
||||||
http-proxy-agent: "npm:^7.0.0"
|
|
||||||
https-proxy-agent: "npm:^7.0.0"
|
|
||||||
tslib: "npm:^2.6.2"
|
|
||||||
checksum: 10/7cf459826e4867ab52a4b9855fdce4590e30a6f37e11fb93155e01c6e80139ec9966b7a3270cffed2c1e88ae66acbae5b4c9a7ecd9274679734da2c18310cc6c
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@vitest/coverage-v8@npm:^4.0.18":
|
"@vitest/coverage-v8@npm:^4.0.18":
|
||||||
version: 4.0.18
|
version: 4.0.18
|
||||||
resolution: "@vitest/coverage-v8@npm:4.0.18"
|
resolution: "@vitest/coverage-v8@npm:4.0.18"
|
||||||
@@ -3258,9 +3214,9 @@ __metadata:
|
|||||||
resolution: "docker-login@workspace:."
|
resolution: "docker-login@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@actions/core": "npm:^3.0.1"
|
"@actions/core": "npm:^3.0.1"
|
||||||
"@aws-sdk/client-ecr": "npm:^3.1050.0"
|
"@aws-sdk/client-ecr": "npm:^3.1053.0"
|
||||||
"@aws-sdk/client-ecr-public": "npm:^3.1050.0"
|
"@aws-sdk/client-ecr-public": "npm:^3.1053.0"
|
||||||
"@docker/actions-toolkit": "npm:^0.91.0"
|
"@docker/actions-toolkit": "npm:^0.90.0"
|
||||||
"@eslint/js": "npm:^9.39.3"
|
"@eslint/js": "npm:^9.39.3"
|
||||||
"@types/js-yaml": "npm:^4.0.9"
|
"@types/js-yaml": "npm:^4.0.9"
|
||||||
"@types/node": "npm:^24.11.0"
|
"@types/node": "npm:^24.11.0"
|
||||||
@@ -5754,7 +5710,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"semver@npm:^7.7.4, semver@npm:^7.8.1":
|
"semver@npm:^7.8.0":
|
||||||
version: 7.8.1
|
version: 7.8.1
|
||||||
resolution: "semver@npm:7.8.1"
|
resolution: "semver@npm:7.8.1"
|
||||||
bin:
|
bin:
|
||||||
@@ -6169,10 +6125,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"tmp@npm:^0.2.6":
|
"tmp@npm:^0.2.5":
|
||||||
version: 0.2.7
|
version: 0.2.5
|
||||||
resolution: "tmp@npm:0.2.7"
|
resolution: "tmp@npm:0.2.5"
|
||||||
checksum: 10/0a3bc90beb0c6275273c3475fb57e466eaab1c9c4a101d029ff62b18146ce136e7f75d09de34863d9f2c2a492751402508f9e028bc98eb34a1416195d4b15619
|
checksum: 10/dd4b78b32385eab4899d3ae296007b34482b035b6d73e1201c4a9aede40860e90997a1452c65a2d21aee73d53e93cd167d741c3db4015d90e63b6d568a93d7ec
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user