File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060
6161 - name : Build and push ${{ github.repository }}
6262 if : ${{ env.IMAGE_EXISTS == 0 }}
63- uses : docker/build-push-action@v5
63+ uses : docker/build-push-action@v6
6464 with :
6565 build-args : |
6666 SC_THEME_BUILD=${{ matrix.tenants }}
@@ -141,7 +141,7 @@ jobs:
141141 security-events : write
142142 steps :
143143 - name : run trivy vulnerability scanner
144- uses : aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
144+ uses : aquasecurity/trivy-action@0.29.0
145145 with :
146146 image-ref : ' ghcr.io/${{ github.repository }}-default:${{ needs.branch_meta.outputs.sha }}'
147147 format : ' sarif'
Original file line number Diff line number Diff line change 4242 password : ${{ secrets.QUAY_TOKEN }}
4343
4444 - name : Build and push ${{ github.repository }}
45- uses : docker/build-push-action@v5
45+ uses : docker/build-push-action@v6
4646 with :
4747 build-args : |
4848 SC_THEME_BUILD=${{ matrix.tenants }}
@@ -64,13 +64,13 @@ jobs:
6464 contents : write
6565 steps :
6666 - name : create sbom
67- uses : aquasecurity/trivy-action@1f6384b6ceecbbc6673526f865b818a2a06b07c9
67+ uses : aquasecurity/trivy-action@0.29.0
6868 with :
6969 scan-type : ' image'
7070 format : ' cyclonedx'
7171 image-ref : ' docker.io/schulcloud/schulcloud-client-default:${{ github.ref_name }}'
7272 output : ' dependency-results.sbom.json'
7373 - name : create release
74- uses : softprops/action-gh-release@v1
74+ uses : softprops/action-gh-release@v2
7575 with :
7676 files : dependency-results.sbom.json
You can’t perform that action at this time.
0 commit comments