File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name: Build/Push Image and Release Charts
1515permissions : read-all
1616jobs :
1717 setenv :
18- uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@a111f8355abc11e12e9743ccb28dc29260fde8bb # v1.0.176
18+ uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@92a48b5648a09dcd58bccf9cf49fd0155765c997 # v1.0.179
1919 with :
2020 gh_head_ref : ${{ github.head_ref }}
2121 gh_ref_name : ${{ github.ref_name }}
2727 permissions :
2828 id-token : write
2929 contents : write
30- uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@a111f8355abc11e12e9743ccb28dc29260fde8bb # v1.0.176
30+ uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@92a48b5648a09dcd58bccf9cf49fd0155765c997 # v1.0.179
3131 needs : setenv
3232 with :
3333 gh_repository_owner : ${{ github.repository_owner }}
4444 permissions :
4545 security-events : write
4646 statuses : write
47- uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@a111f8355abc11e12e9743ccb28dc29260fde8bb # v1.0.176
47+ uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@92a48b5648a09dcd58bccf9cf49fd0155765c997 # v1.0.179
4848 needs :
4949 - setenv
5050 - release
5656 helm :
5757 permissions :
5858 contents : write
59- uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@a111f8355abc11e12e9743ccb28dc29260fde8bb # v1.0.176
59+ uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@92a48b5648a09dcd58bccf9cf49fd0155765c997 # v1.0.179
6060 needs :
6161 - setenv
6262 - release
7676 GPG_KEY : ${{ secrets.GPG_KEY }}
7777 gh_token : ${{ secrets.HELM_INDEXER_TOKEN }}
7878 sbom :
79- uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@a111f8355abc11e12e9743ccb28dc29260fde8bb # v1.0.176
79+ uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@92a48b5648a09dcd58bccf9cf49fd0155765c997 # v1.0.179
8080 needs :
8181 - setenv
8282 - release
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030
3131 - name : Initialize CodeQL
32- uses : github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
32+ uses : github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3333 with :
3434 languages : " python"
3535
3636 - name : Perform CodeQL Analysis
37- uses : github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
37+ uses : github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
3838 with :
3939 category : " /language:python"
Original file line number Diff line number Diff line change 4444
4545 # Upload the results to GitHub's code scanning dashboard.
4646 - name : " Upload to code-scanning"
47- uses : github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
47+ uses : github/codeql-action/upload-sarif@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
4848 with :
4949 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM cgr.dev/chainguard/python:latest-dev@sha256:2ea83e2dc2afc90e617925c7af227e88f52cd4b266aad1714c55091a21309da4 AS builder
1+ FROM cgr.dev/chainguard/python:latest-dev@sha256:601a4d2278e75935bf67650e9edc16365388039092549bda6c320ea556dbd9bc AS builder
22
33COPY . /app
44
@@ -9,7 +9,7 @@ ENV PATH=/home/nonroot/.local/bin:$PATH
99RUN wget -q -O - https://install.python-poetry.org | python -
1010RUN poetry install --no-root;
1111
12- FROM cgr.dev/chainguard/python:latest@sha256:66a97fc45cfec264f1a42ec378af8f168667eb47e501dc2c2b5883f920a5827c
12+ FROM cgr.dev/chainguard/python:latest@sha256:678e879909418cd070927d0ba1ed018be98d43929db2457c37b9b9764703678c
1313USER nonroot
1414ENV DB_HOST=localhost
1515ENV DB_NAME=postgres
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pydantic = "^2.12.5"
1616pyyaml = " ^6.0.3"
1717requests = " ^2.32.5"
1818sqlalchemy = " ^2.0.45"
19- starlette = " ^0.50 .0"
19+ starlette = " ^0.51 .0"
2020uvicorn = " ^0.40.0"
2121
2222
You can’t perform that action at this time.
0 commit comments