chore(demo): reset state

Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev>
This commit is contained in:
Miguel Martinez Trivino 2023-10-10 12:23:56 +02:00
parent 1446478510
commit c9825f7f7f
No known key found for this signature in database
GPG key ID: 2270AF851FCFC96B
2 changed files with 0 additions and 19 deletions

View file

@ -1,6 +0,0 @@
# defines files to be added to the attestation
attestation:
- name: binary
path: artifacts/spring-petclinic-*.jar
- name: sbom
path: metadata/sbom.cyclonedx.json

View file

@ -57,16 +57,3 @@ jobs:
with: with:
name: metadata name: metadata
path: metadata/* path: metadata/*
# Chainloop integration
# will run only if the build job is successful
chainloop:
name: Chainloop
uses: chainloop-dev/labs/.github/workflows/chainloop.yml@a75dff2ef342a1e5c5e1ec5c42fb99f3d1bc03cb
needs: collect-metadata
# with:
# contract_revision: 3
secrets:
api_token: ${{ secrets.CHAINLOOP_ROBOT_ACCOUNT }}
signing_key: ${{ secrets.PRIVATE_KEY }}
signing_key_password: ${{ secrets.PRIVATE_KEY_PASSWORD }}