Pipeline Execution & Results
Overview
With your infrastructure deployed and everything wired up, it’s time to put the pipeline to work and see it in action. This section walks you through running the pipeline, checking the results from the various security scans, and verifying that your Docker image has been successfully published to GitHub Container Registry (GHCR).
Running the Pipeline
-
Head over to your
python-fastapi
repository on GitHub and click the Actions tab at the top.
-
In the left-hand sidebar, select Main Workflow, then click Run workflow on the right.
-
Once triggered, your pipeline will kick off and begin executing. It should look something like this:
Note: This job takes about 5–7 minutes to complete, so go grab a coffee and check back in a bit.