Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lab-04-release-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ In `.github/workflows/full-pipeline.yaml`, find the `Deploy` job. Add the assert
IMAGE_NAME="ghcr.io/${IMAGE}:latest"
kosli assert artifact ${IMAGE_NAME} \
--artifact-type oci \
--flow ${APP_NAME}-pipeline
--flow ${APP_NAME}-pipeline \
--registry-username ${{ github.actor }} \
--registry-password ${{ secrets.GITHUB_TOKEN }}
```

This command asks Kosli: *"Is this artifact (and its trail) compliant?"*
Expand Down
Loading