-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ env: | |
CONTAINER_REGISTRY_GHCR: ghcr.io | ||
CONTAINER_REGISTRY_DOCKER_HUB: docker.io | ||
# https://npmjs.com/package/@microsoft/sarif-multitool?activeTab=versions | ||
SARIF_MULTITOOL_VERSION: 4.2.0 | ||
SARIF_MULTITOOL_VERSION: 4.2.2 | ||
# https://npmjs.com/package/snyk?activeTab=versions | ||
SNYK_VERSION: 1.1182.0 | ||
SNYK_VERSION: 1.1187.0 | ||
# https://github.com/microsoft/azure-pipelines-agent/releases | ||
AZP_AGENT_VERSION: 3.220.5 | ||
# https://github.com/PowerShell/PowerShell/releases | ||
POWERSHELL_VERSION: 7.2.11 | ||
POWERSHELL_VERSION: 7.2.12 | ||
# https://github.com/krallin/tini/releases | ||
TINI_VERSION: 0.19.0 | ||
# https://github.com/mikefarah/yq/releases | ||
|
@@ -39,27 +39,27 @@ env: | |
# https://github.com/moby/buildkit/releases | ||
BUILDKIT_VERSION: 0.11.6 | ||
# https://github.com/Azure/azure-cli/releases | ||
AZURE_CLI_VERSION: 2.49.0 | ||
AZURE_CLI_VERSION: 2.50.0 | ||
# https://github.com/stedolan/jq/releases | ||
JQ_VERSION: 1.6 | ||
# https://github.com/aws/aws-cli/releases | ||
AWS_CLI_VERSION: 2.12.1 | ||
AWS_CLI_VERSION: 2.13.0 | ||
# https://cloud.google.com/sdk/docs/install | ||
GCLOUD_CLI_VERSION: 435.0.1 | ||
GCLOUD_CLI_VERSION: 437.0.1 | ||
# https://github.com/git-for-windows/git/releases | ||
GIT_VERSION_WIN: 2.41.0 | ||
# https://github.com/facebook/zstd/releases | ||
ZSTD_VERSION_WIN: 1.5.5 | ||
# https://www.python.org/downloads/windows | ||
PYTHON_VERSION_WIN: 3.11.4 | ||
# https://nodejs.org/en/download/releases | ||
NODE_VERSION: 18.16.0 | ||
NODE_VERSION: 18.16.1 | ||
# https://github.com/helm/helm/releases | ||
HELM_VERSION: 3.12.1 | ||
# https://github.com/oras-project/oras/releases | ||
ORAS_VERSION: 1.0.0 | ||
# https://github.com/docker/buildx/releases | ||
BUILDX_VERSION: 0.11.0 | ||
BUILDX_VERSION: 0.11.1 | ||
# https://github.com/hadolint/hadolint/releases | ||
HADOLINT_VERSION: 2.12.0 | ||
|
||
|
@@ -77,7 +77,7 @@ jobs: | |
submodules: recursive | ||
|
||
- name: SAST - Credentials | ||
uses: trufflesecurity/trufflehog@v3.40.0 | ||
uses: trufflesecurity/trufflehog@v3.44.0 | ||
with: | ||
base: ${{ github.event.repository.default_branch }} | ||
head: HEAD | ||
|
@@ -112,7 +112,7 @@ jobs: | |
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/setup-node@v3.6.0 | ||
uses: actions/setup-node@v3.7.0 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
|
@@ -168,7 +168,7 @@ jobs: | |
snyk.sarif | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
sarif_file: merged.sarif | ||
|
||
|
@@ -216,7 +216,7 @@ jobs: | |
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/setup-node@v3.6.0 | ||
uses: actions/setup-node@v3.7.0 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
|
@@ -231,7 +231,7 @@ jobs: | |
make test | ||
build-publish-linux: | ||
name: Build & deploy Linux image "${{ matrix.os }}" | ||
name: Build & deploy image (Linux ${{ matrix.os }}) | ||
needs: | ||
- sast-creds | ||
- sast-semgrep | ||
|
@@ -278,15 +278,15 @@ jobs: | |
platforms: ${{ matrix.arch }} | ||
|
||
- name: Setup Docker Buildx | ||
uses: docker/setup-buildx-action@v2.7.0 | ||
uses: docker/setup-buildx-action@v2.9.1 | ||
with: | ||
version: v${{ env.BUILDX_VERSION }} | ||
driver-opts: | | ||
image=moby/buildkit:v${{ env.BUILDKIT_VERSION }} | ||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
uses: actions/setup-node@v3.6.0 | ||
uses: actions/setup-node@v3.7.0 | ||
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
|
@@ -367,8 +367,8 @@ jobs: | |
type=gha | ||
type=registry,ref=${{ env.CONTAINER_REGISTRY_GHCR }}/${{ env.CONTAINER_NAME }} | ||
cache-to: | | ||
type=gha,mode=max | ||
type=registry,ref=${{ env.CONTAINER_REGISTRY_GHCR }}/${{ env.CONTAINER_NAME }},mode=max | ||
type=gha | ||
type=registry,ref=${{ env.CONTAINER_REGISTRY_GHCR }}/${{ env.CONTAINER_NAME }} | ||
context: src/docker | ||
file: src/docker/Dockerfile-${{ matrix.os }} | ||
labels: ${{ steps.meta.outputs.labels }} | ||
|
@@ -407,12 +407,12 @@ jobs: | |
snyk-*.sarif | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
sarif_file: merged.sarif | ||
|
||
build-publish-win: | ||
name: Build & deploy Windows image "${{ matrix.os }}" | ||
name: Build & deploy image (Windows ${{ matrix.os }}) | ||
needs: | ||
- sast-creds | ||
- sast-semgrep | ||
|
@@ -580,7 +580,7 @@ jobs: | |
${{ steps.tag.outputs.tag }} | ||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
sarif_file: snyk.sarif | ||
|
||
|
@@ -601,7 +601,7 @@ jobs: | |
run: semgrep ci --sarif --output=semgrep.sarif | ||
|
||
- name: Upload results to GitHub Security | ||
uses: github/codeql-action/[email protected].0 | ||
uses: github/codeql-action/[email protected].4 | ||
with: | ||
sarif_file: semgrep.sarif | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters