Skip to content

Commit

Permalink
PF-1421 Updates in the provenance.json file (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiversen authored Oct 9, 2024
1 parent 11f7859 commit caf35cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 50 deletions.
21 changes: 5 additions & 16 deletions .github/workflows/ci-docker-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,34 +181,23 @@ jobs:
}
}
],
"builder": {
"id": "${{ github.workflow_ref }}"
},
"buildType": "https://github.com/github-actions/build",
"invocation": {
"configSource": {
"uri": "git+https://github.com/${{ github.repository }}.git",
"digest": {
"sha1": "${{ github.sha }}"
},
"entryPoint": "${{ github.workflow }}"
}
},
"buildDefinition": {
"buildType": "https://github.com/github-actions/build",
"externalParameters": {
"image": "${{ steps.set-image-name.outputs.image-name }}:${{ steps.set-image-tag.outputs.image-tag }}",
"commit": "${{ github.sha }}",
"author": "${{ github.actor }}",
"job": "${{ github.job }}",
"repository_owner_id": "${{ github.repository_owner_id }}"
"repositoryOwnerId": "${{ github.repository_owner_id }}"
}
},
"runDetails": {
"builder": {
"id": "${{ github.workflow_ref }}"
},
"metadata": {
"invocationId": "${{ github.run_id }}",
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
"finishedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
}
},
"materials": [
Expand Down
23 changes: 5 additions & 18 deletions .github/workflows/ci-quarkus-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,35 +221,23 @@ jobs:
}
}
],
"builder": {
"id": "${{ github.workflow_ref }}"
},
"buildType": "https://github.com/github-actions/build",
"invocation": {
"configSource": {
"uri": "git+https://github.com/${{ github.repository }}.git",
"digest": {
"sha1": "${{ github.sha }}"
},
"entryPoint": "${{ github.workflow }}"
}
},
"buildDefinition": {
"buildType": "https://github.com/github-actions/build",
"externalParameters": {
"image": "${{ env.IMAGE-NAME }}:${{ env.IMAGETAG }}",
"timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
"commit": "${{ github.sha }}",
"author": "${{ github.actor }}",
"job": "${{ github.job }}",
"repository_owner_id": ${{ github.repository_owner_id }}
"repositoryOwnerId": "${{ github.repository_owner_id }}"
}
},
"runDetails": {
"builder": {
"id": "${{ github.workflow_ref }}"
},
"metadata": {
"invocationId": "${{ github.run_id }}",
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
"finishedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
}
},
"materials": [
Expand All @@ -262,7 +250,6 @@ jobs:
]
}
EOF
- name: Sign the image
if: ${{ inputs.image-signing == true }}
Expand Down
21 changes: 5 additions & 16 deletions .github/workflows/ci-spring-boot-build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,34 +271,23 @@ jobs:
}
}
],
"builder": {
"id": "${{ github.workflow_ref }}"
},
"buildType": "https://github.com/github-actions/build",
"invocation": {
"configSource": {
"uri": "git+https://github.com/${{ github.repository }}.git",
"digest": {
"sha1": "${{ github.sha }}"
},
"entryPoint": "${{ github.workflow }}"
}
},
"buildDefinition": {
"buildType": "https://github.com/github-actions/build",
"externalParameters": {
"image": "${{ steps.set-image-name.outputs.image-name }}:${{ steps.set-image-tag.outputs.image-tag }}",
"commit": "${{ github.sha }}",
"author": "${{ github.actor }}",
"job": "${{ github.job }}",
"repository_owner_id": "${{ github.repository_owner_id }}"
"repositoryOwnerId": "${{ github.repository_owner_id }}"
}
},
"runDetails": {
"builder": {
"id": "${{ github.workflow_ref }}"
},
"metadata": {
"invocationId": "${{ github.run_id }}",
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
"finishedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
"startedOn": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
}
},
"materials": [
Expand Down

0 comments on commit caf35cf

Please sign in to comment.