File tree Expand file tree Collapse file tree 8 files changed +17
-15
lines changed
Expand file tree Collapse file tree 8 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name: Build/Push Image and Release Charts
1616permissions : read-all
1717jobs :
1818 setenv :
19- uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
19+ uses : ortelius/workflow-toolkit/.github/workflows/env-config-workflow.yml@1683ed4d5a04b6a14e91ed410ab283388bdcf010
2020 with :
2121 gh_head_ref : ${{ github.head_ref }}
2222 gh_ref_name : ${{ github.ref_name }}
2828 permissions :
2929 id-token : write
3030 contents : write
31- uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
31+ uses : ortelius/workflow-toolkit/.github/workflows/container-release-workflow.yml@1683ed4d5a04b6a14e91ed410ab283388bdcf010
3232 needs : setenv
3333 with :
3434 gh_repository_owner : ${{ github.repository_owner }}
4545 permissions :
4646 security-events : write
4747 statuses : write
48- uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
48+ uses : ortelius/workflow-toolkit/.github/workflows/trivy-scan-workflow.yml@1683ed4d5a04b6a14e91ed410ab283388bdcf010
4949 needs :
5050 - setenv
5151 - release
5757 helm :
5858 permissions :
5959 contents : write
60- uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
60+ uses : ortelius/workflow-toolkit/.github/workflows/helm-release-workflow.yml@1683ed4d5a04b6a14e91ed410ab283388bdcf010
6161 needs :
6262 - setenv
6363 - release
7777 GPG_KEY : ${{ secrets.GPG_KEY }}
7878 gh_token : ${{ secrets.HELM_INDEXER_TOKEN }}
7979 sbom :
80- uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@d18d95cb675ca557902d4a4189081dc66336d6d4
80+ uses : ortelius/workflow-toolkit/.github/workflows/sbom-generation-workflow.yml@1683ed4d5a04b6a14e91ed410ab283388bdcf010
8181 needs :
8282 - setenv
8383 - release
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
2222
2323 steps :
2424 - name : Harden Runner
25- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
25+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
2626 with :
2727 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2828
2929 - name : Checkout repository
3030 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
33+ uses : github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
3434 with :
3535 languages : " go"
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
38+ uses : github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
3939 with :
4040 category : " /language:go"
Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout Code
27- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
27+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828 with :
2929 token : ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3030 fetch-depth : 0
3131
3232 - name : MegaLinter
3333 id : ml
34- uses : oxsecurity/megalinter/flavors/go@249990ad0a9f4046af95aa85be2a223673b3ee92
34+ uses : oxsecurity/megalinter/flavors/go@9b98bf52c4f5223f34b6d4d1d285a55fa4565363
3535 env :
3636 VALIDATE_ALL_CODEBASE : true
3737 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Harden Runner
31- uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
31+ uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
3232 with :
3333 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
3434
4545 publish_results : true
4646
4747 - name : Upload to code-scanning
48- uses : github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
48+ uses : github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
4949 with :
5050 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM cgr.dev/chainguard/go@sha256:552969bb3988f3db46a00880e912402aeb1d394dc26257f688ee5103ef39d16b AS builder
1+ FROM cgr.dev/chainguard/go@sha256:c07071b612886c9970bb4a632ec7a0da5c040f992e489fdbb072617832a246c1 AS builder
22SHELL ["/bin/ash" , "-eo" , "pipefail" , "-c" ]
33WORKDIR /app
44COPY . /app
55
66RUN go mod tidy && \
77 go build -o main .
88
9- FROM cgr.dev/chainguard/glibc-dynamic@sha256:530fc40b687b95f6c5e8a9b62da03306754da5ef45178e632b7486603bfb7096
9+ FROM cgr.dev/chainguard/glibc-dynamic@sha256:90a226a4a32aa8656cc40545ca58d8909ced8977494393e86937ba5a0fbb23c3
1010SHELL ["/bin/ash" , "-eo" , "pipefail" , "-c" ]
1111WORKDIR /app
1212
Original file line number Diff line number Diff line change 11---
22services :
33 arangodb :
4- image : arangodb:3.12@sha256:9dde57a0f67ead277d5d31f3117051334d3452dd3b0847baea2e512427150028
4+ image : arangodb:3.12@sha256:d89d6b6b27e0593e47ec16bcf6374445ce78f429517aa811bf2fec69be86d0ba
55 container_name : arangodb
66 environment :
77 ARANGO_ROOT_PASSWORD : mypassword
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ require (
1010 github.com/cenkalti/backoff v2.2.1+incompatible
1111 github.com/go-git/go-git/v5 v5.16.4
1212 github.com/gofiber/fiber/v2 v2.52.11
13+ github.com/gofiber/fiber/v3 v3.0.0
1314 github.com/golang-jwt/jwt/v5 v5.3.1
1415 github.com/google/osv-scanner v1.9.2
1516 github.com/google/uuid v1.6.0
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ github.com/goccy/go-yaml v1.18.0/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7Lk
6666github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
6767github.com/gofiber/fiber/v2 v2.52.11 h1:5f4yzKLcBcF8ha1GQTWB+mpblWz3Vz6nSAbTL31HkWs =
6868github.com/gofiber/fiber/v2 v2.52.11 /go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw =
69+ github.com/gofiber/fiber/v3 v3.0.0 /go.mod h1:kVZiO/AwyT5Pq6PgC8qRCJ+j/BHrMy5jNw1O9yH38aY =
6970github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
7071github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
7172github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ =
You can’t perform that action at this time.
0 commit comments