This custom GitHub Action starts a Kosli trail for your workflow, initializing compliance tracking for your build.
- name: Begin Kosli Trail
uses: ./begin-trail-action
with:
build_id: ${{ github.sha }}build_id(required): The ID of the build to check (typically the commit SHA).
This action runs kosli begin trail with the provided build ID and a template file (flow.yaml).
See the action.yml for implementation details.