You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This workflow extracts common config values, including the devcontainer image and version. This image then has its attestations verified, and provides a pinned image reference that can be used in downstream workflows.
To use this, you must have the following Makefile targets defined
@@ -182,7 +217,7 @@ To use this, you must have overridden any common makefile targets described in h
182
217
- `run_sonar`: Whether to run Sonar checks or not.
183
218
- `run_docker_scan`: whether to run a scan of Docker images
184
219
- `docker_images`: csv list of Docker images to scan. These must match images produced by make docker-build
185
-
- `runtime_docker_image`: the Docker image to run everything on. This should just be the image name and tag pushed to https://github.com/NHSDigital/eps-devcontainers
220
+
- `pinned_image`: A pinned, verified image version upon which to run the container.
186
221
#### Secret Inputs
187
222
- `SONAR_TOKEN`: Token used to authenticate to Sonar
This workflow uses the semantic-release npm package to generate a new version tag, changelog, and GitHub release for a repo.
257
255
@@ -297,7 +295,7 @@ This workflow uses the semantic-release npm package to generate a new version ta
297
295
298
296
- `dry_run`: Whether to run in dry_run mode (do not create tags) or not
299
297
- `branch_name`: The branch name to base the release on
300
-
- `runtime_docker_image`: the Docker image to run everything on. This should just be the image name and tag pushed to https://github.com/NHSDigital/eps-devcontainers
298
+
- `pinned_image`: A pinned, verified image version upon which to run the container.
301
299
- `publish_packages`: comma separated list of package folders to publish to an npm registry
302
300
- `tagFormat`: Default `v\\${version}`. A template for the version tag.
303
301
- `main_branch`: The branch to use for publishing. Defaults to main
0 commit comments