Merge pull request #17 from BretFisher/add-attestations

testing attestations
This commit is contained in:
Bret Fisher
2023-03-11 03:04:33 -05:00
committed by GitHub
2 changed files with 3 additions and 11 deletions

View File

@@ -18,17 +18,6 @@ on:
jobs:
testing-event-messages:
if: always()
runs-on: ubuntu-latest
steps:
-
run: |
echo "event_name: ${{ github.event_name }}"
# echo "event.workflow_run: ${{ github.event.workflow_run }}"
echo "event.head_commit: ${{ github.event.head_commit }}"
echo "event.head_commit.message: ${{ github.event.head_commit.message }}"
call-docker-build:
name: Call Docker Build

View File

@@ -163,6 +163,9 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
# add attestations for provenance and sbom
provenance: true
sbom: true
-
# If PR, put image tags in the PR comments
# from https://github.com/marketplace/actions/create-or-update-comment