File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
chainloop-demo/github-workflow Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- project_name : todo-app
1+ project_name : integration-demo
22env :
33 - CGO_ENABLED=0
44
@@ -30,4 +30,4 @@ dockers:
3030 ids :
3131 - server
3232 image_templates :
33- - " ghcr.io/migmartri/simple-todo :{{ .Tag }}"
33+ - " ghcr.io/chainloop-dev/integration-demo :{{ .Tag }}"
Original file line number Diff line number Diff line change 6262 artifact-name : sbom.cyclonedx.json
6363 output-file : /tmp/sbom.cyclonedx.json
6464 env :
65- IMAGE : ghcr.io/migmartri/simple-todo :${{ github.ref_name }}
65+ IMAGE : ghcr.io/chainloop-dev/integration-demo :${{ github.ref_name }}
6666
6767 - name : Finish and Record Attestation
6868 if : ${{ success() }}
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ jobs:
6262 artifact-name : sbom.cyclonedx.json
6363 output-file : /tmp/sbom.cyclonedx.json
6464 env :
65- IMAGE : ghcr.io/migmartri/simple-todo :${{ github.ref_name }}
65+ IMAGE : ghcr.io/chainloop-dev/integration-demo :${{ github.ref_name }}
6666
6767 - name : Add Container Image Artifact
68- run : chainloop attestation add --name image --value ghcr.io/migmartri/simple-todo :${{ github.ref_name }}
68+ run : chainloop attestation add --name image --value ghcr.io/chainloop-dev/integration-demo :${{ github.ref_name }}
6969
7070 - name : Add SBOM Artifact
7171 run : chainloop attestation add --name sbom --value /tmp/sbom.cyclonedx.json
You can’t perform that action at this time.
0 commit comments