chore(ci): add Chainloop

This commit is contained in:
Miguel Martinez Trivino 2023-10-10 13:30:30 +02:00
parent 88bd461a9d
commit 46b7850f36
No known key found for this signature in database
GPG key ID: 2270AF851FCFC96B
2 changed files with 14 additions and 0 deletions

2
.chainloop.yml Normal file
View file

@ -0,0 +1,2 @@
# defines files to be added to the attestation
attestation: {}

View file

@ -57,3 +57,15 @@ jobs:
with:
name: metadata
path: metadata/*
# Send metadata to Chainloop
chainloop:
name: Chainloop
uses: chainloop-dev/labs/.github/workflows/chainloop.yml@a75dff2ef342a1e5c5e1ec5c42fb99f3d1bc03cb
needs: collect-metadata
with:
contract_revision: 2
secrets:
api_token: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
signing_key: ${{ secrets.PRIVATE_KEY }}
signing_key_password: ${{ secrets.PRIVATE_KEY_PASSWORD }}