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

Bugfix/344 add certificates to consumers #345

Merged
merged 6 commits into from
Sep 13, 2024

Conversation

northdpole
Copy link
Contributor

close #344 by adding certificates to consumers

components/consumers/arangodb/Makefile Outdated Show resolved Hide resolved
components/consumers/aws-s3/Makefile Outdated Show resolved Hide resolved
components/consumers/bigquery/Makefile Outdated Show resolved Hide resolved
components/consumers/bigquery/Makefile Outdated Show resolved Hide resolved
components/consumers/aws-s3/Makefile Outdated Show resolved Hide resolved
components/consumers/defectdojo/Makefile Outdated Show resolved Hide resolved
components/consumers/elasticsearch/Makefile Outdated Show resolved Hide resolved
components/consumers/elasticsearch/Makefile Outdated Show resolved Hide resolved
components/consumers/mongodb/Makefile Outdated Show resolved Hide resolved
components/consumers/mongodb/Makefile Outdated Show resolved Hide resolved
@ptzianos ptzianos marked this pull request as draft September 12, 2024 17:07
@northdpole northdpole force-pushed the bugfix/344-add-certificates-to-consumers branch 2 times, most recently from a7030b8 to a62258f Compare September 12, 2024 19:37
@northdpole northdpole marked this pull request as ready for review September 12, 2024 19:37
@northdpole northdpole force-pushed the bugfix/344-add-certificates-to-consumers branch 3 times, most recently from 0a4e840 to 71a3930 Compare September 12, 2024 19:43
containers/Dockerfile.base Outdated Show resolved Hide resolved
containers/Dockerfile.base Show resolved Hide resolved
@northdpole northdpole force-pushed the bugfix/344-add-certificates-to-consumers branch from 71a3930 to ef50fe0 Compare September 13, 2024 08:58
Copy link
Contributor

@andream16 andream16 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a comment for the Makefile.

I also tried to build the containers using make components but I get the following error when running one of them:

docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/app/${executable_path}": stat /app/${executable_path}: no such file or directory: unknown.

It seems like executable_path is not getting interpolated correctly 🤔

@northdpole northdpole force-pushed the bugfix/344-add-certificates-to-consumers branch 2 times, most recently from 5977e62 to 98848f1 Compare September 13, 2024 09:36
scripts/build_component_container.sh Outdated Show resolved Hide resolved
components/producers/ossf-scorecard/Dockerfile Outdated Show resolved Hide resolved
components/producers/ossf-scorecard/Makefile Outdated Show resolved Hide resolved
containers/Dockerfile.base Show resolved Hide resolved
@northdpole northdpole force-pushed the bugfix/344-add-certificates-to-consumers branch 2 times, most recently from be45f79 to b90b1da Compare September 13, 2024 13:14
@ptzianos ptzianos force-pushed the bugfix/344-add-certificates-to-consumers branch from b90b1da to 34d50c8 Compare September 13, 2024 13:39
@ptzianos ptzianos force-pushed the bugfix/344-add-certificates-to-consumers branch from 34d50c8 to a2794ba Compare September 13, 2024 14:08
@ptzianos ptzianos dismissed andream16’s stale review September 13, 2024 15:59

fixed in the latest round of changes

@ptzianos ptzianos merged commit 360c5d3 into main Sep 13, 2024
3 checks passed
@ptzianos ptzianos deleted the bugfix/344-add-certificates-to-consumers branch September 13, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Base Image does not have certificates
4 participants