Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit cbcd979

Browse files
committed
Merge branch 'release/2.39.0'
2 parents 3f71245 + ed8422a commit cbcd979

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Run Linter against code base #
4444
################################
4545
- name: Lint Code Base
46-
uses: github/super-linter/slim@a320804d310fdeb8d1a46c6c6c1e615d443b10c9 # renovate: tag=v4.9.4
46+
uses: github/super-linter/slim@01d3218744765b55c3b5ffbb27e50961e50c33c5 # tag=v4.9.6
4747
env:
4848
VALIDATE_ALL_CODEBASE: false
4949
DEFAULT_BRANCH: develop

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
# Build Docker image with Buildx
3232
- name: Build Docker image
33-
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # renovate: tag=v3.0.0
33+
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
3434
with:
3535
context: .
3636
push: false
@@ -40,7 +40,7 @@ jobs:
4040
# Scan Docker image (not for release builds since we will have multiple tags)
4141
- name: Scan Docker image
4242
if: github.event_name != 'release'
43-
uses: aquasecurity/trivy-action@0105373003c89c494a3f436bd5efc57f3ac1ca20 # tag=0.5.1
43+
uses: aquasecurity/trivy-action@81b9a6f5abb1047d697af7a3ca18c13f55a97315 # tag=0.6.1
4444
with:
4545
image-ref: ${{ steps.meta.outputs.tags }}
4646
format: 'sarif'
@@ -49,7 +49,7 @@ jobs:
4949
# Publish scan report to GitHub
5050
- name: Publish scan report to GitHub
5151
if: ${{ github.event_name != 'release' && always() }}
52-
uses: github/codeql-action/upload-sarif@3e7e3b32d0fb8283594bb0a76cc60a00918b0969 # tag=v2.1.16
52+
uses: github/codeql-action/upload-sarif@0c670bbf0414f39666df6ce8e718ec5662c21e03 # tag=v2.1.17
5353
with:
5454
sarif_file: trivy-results.sarif
5555

@@ -63,7 +63,7 @@ jobs:
6363

6464
# Publish Docker image for CI builds if not PR build
6565
- name: Push container image
66-
uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 # renovate: tag=v3.0.0
66+
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0 # tag=v3.1.0
6767
if: github.event_name != 'pull_request'
6868
with:
6969
context: .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1111
# Install Azure CLI
1212

1313
# renovate: datasource=github-tags depName=Azure/azure-cli extractVersion=^azure-cli-(?<version>.*)$
14-
ENV AZURECLI_VERSION=2.38.0
14+
ENV AZURECLI_VERSION=2.39.0
1515

1616
RUN curl -sL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/microsoft.asc.gpg && \
1717
AZ_REPO=$(lsb_release -cs) && \

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,20 @@ The following example shows the container used for a deployment step with a Azur
3232
3333
### Tags
3434
35-
| Tag | Description | Base Image | Azure CLI | Size |
36-
|----------|-----------------------------------------------------------------------------------------------------|-----------------------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------|
37-
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) |
38-
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) |
39-
| 2.37.0 | [Azure CLI 2.37.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#may-24-2022) | swissgrc/azure-pipelines-dotnet:6.0.301 | 2.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.37.0?style=flat-square) |
40-
| 2.38.0 | [Azure CLI 2.38.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#july-05-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.38.0?style=flat-square) |
35+
| Tag | Description | Base Image | Azure CLI | Size |
36+
|----------|-------------------------------------------------------------------------------------------------------|-----------------------------------------|-----------|-----------------------------------------------------------------------------------------------------------------------------------|
37+
| latest | Latest stable release (from `main` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.39.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/latest?style=flat-square) |
38+
| unstable | Latest unstable release (from `develop` branch) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.39.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/unstable?style=flat-square) |
39+
| 2.37.0 | [Azure CLI 2.37.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#may-24-2022) | swissgrc/azure-pipelines-dotnet:6.0.301 | 2.37.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.37.0?style=flat-square) |
40+
| 2.38.0 | [Azure CLI 2.38.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#july-05-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.38.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.38.0?style=flat-square) |
41+
| 2.39.0 | [Azure CLI 2.39.0](https://docs.microsoft.com/en-us/cli/azure/release-notes-azure-cli#august-02-2022) | swissgrc/azure-pipelines-dotnet:6.0.302 | 2.39.0 | ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/swissgrc/azure-pipelines-azurecli/2.39.0?style=flat-square) |
4142

4243
### Configuration
4344

4445
These environment variables are supported:
4546

4647
| Environment variable | Default value | Description |
4748
|------------------------|----------------------|------------------------------------------------------------------|
48-
| AZURECLI_VERSION | `2.38.0` | Version of Azure CLI installed in the image. |
49+
| AZURECLI_VERSION | `2.39.0` | Version of Azure CLI installed in the image. |
4950

5051
[Azure Pipelines container jobs]: https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases

0 commit comments

Comments
 (0)