Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-push-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
permissions: read-all
jobs:
setenv:
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
uses: ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
with:
gh_head_ref: ${{ github.head_ref }}
gh_ref_name: ${{ github.ref_name }}
Expand All @@ -27,7 +27,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
uses: ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
needs: setenv
with:
gh_repository_owner: ${{ github.repository_owner }}
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
security-events: write
statuses: write
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
uses: ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
needs:
- setenv
- release
Expand All @@ -56,7 +56,7 @@ jobs:
helm:
permissions:
contents: write
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
uses: ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
needs:
- setenv
- release
Expand All @@ -76,7 +76,7 @@ jobs:
GPG_KEY: ${{ secrets.GPG_KEY }}
gh_token: ${{ secrets.HELM_INDEXER_TOKEN }}
sbom:
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@c257519c8e8503f305b01fb102e7ee0d20175014
uses: ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@191e88531c1853d8ff89e0f9a50be05be644f1a3
needs:
- setenv
- release
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cgr.dev/chainguard/python:latest-dev@sha256:21c60b5442f0adf49821a3c7d1c30ff0c3c13586547b06dadc32c78613df4673 AS builder
FROM cgr.dev/chainguard/python:latest-dev@sha256:0046ca9773d0781e3409e8863a67450f9d6eec78debecd2437af0dca3be91fa9 AS builder

COPY . /app

Expand Down