Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Build, sign, and compute the SBOM of a container image #106

Merged
merged 6 commits into from
Jul 21, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
README
  • Loading branch information
marco-lancini committed Jul 21, 2022
commit c7f26ed2185a2bb820fc81cfa222f571b9ed4b82
2 changes: 1 addition & 1 deletion ci/github/docker-build-sign-sbom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A **reusable** Github Action **workflow** that:
> You can use my [Identity Federation for CI on AWS](https://github.com/marco-lancini/utils/tree/main/terraform/aws-oidc-ci)
> Terraform module to automate the setup of OIDC federation between AWS and Github Actions/Gitlab CI
2. Make a copy of the reusable workflow: [`reusable-docker.yml`](reusable-docker.yml)
3. Call the reusable workflow as shown in the [`sample`](sample.yml)
3. Call the reusable workflow as shown in the [`sample`](sample.yml):

```yaml
...
Expand Down