This commit is contained in:
laurentsimon
2022-08-11 13:32:40 +00:00
parent 026c540730
commit 30f1eecad1
+6 -4
View File
@@ -3,10 +3,10 @@
# separate terms of service, privacy policy, and support # separate terms of service, privacy policy, and support
# documentation. # documentation.
# This workflow lets you compile your Go project using a SLSA3 compliant builder. # This workflow lets you compile your Go project using a SLSA3 compliant builder
# This workflow will generate a so-called "provenance" file describing the steps # This workflow will generate a so-called "provenance" file describing the steps
# that were performed to generate the final binary. # that were performed to generate the final binary.
# The project is an initiative of the OpenSSF (openssf.org) and is developed at # The project is an initiative of the OpenSSF (openssf.org) and is developed at
# https://github.com/slsa-framework/slsa-github-generator. # https://github.com/slsa-framework/slsa-github-generator.
# The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier. # The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier.
# For more information about SLSA and how it improves the supply-chain, visit slsa.dev. # For more information about SLSA and how it improves the supply-chain, visit slsa.dev.
@@ -26,11 +26,13 @@ jobs:
digests: ${{ steps.hash.outputs.digests }} digests: ${{ steps.hash.outputs.digests }}
steps: steps:
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
# ======================================================== # ========================================================
# #
# Step 1: Build your artifacts. # Step 1: Build your artifacts.
# #
# ======================================================== # ========================================================
- name: Build artifacts - name: Build artifacts
run: | run: |
# These are some amazing artifacts. # These are some amazing artifacts.