-
Notifications
You must be signed in to change notification settings - Fork 148
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
feature: GitHub Action reusable workflow #1028
Conversation
0417863
to
a11bf09
Compare
0c40ba5
to
6555e47
Compare
8feaacf
to
6e41000
Compare
6e41000
to
ebcdc8e
Compare
ebcdc8e
to
fc5c253
Compare
fc5c253
to
e5e1ff1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seems in order here. Really looking forward to standardizing the remaining actions into this workflow
@@ -100,7 +100,7 @@ RUN sha256sum azurehound-$AZUREHOUND_VERSION.zip > azurehound-$AZUREHOUND_VERSIO | |||
######## | |||
# Package Bloodhound | |||
################ | |||
FROM gcr.io/distroless/static-debian11 | |||
FROM gcr.io/distroless/static-debian11 as bloodhound |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth fixing these warnings since they're minor
Description
This PR introduces a comprehensive container image build and publishing pipeline using GitHub Actions.
Key Features
Workflows
Security
The pipeline publishes images to both DockerHub and GitHub Container Registry with appropriate tagging and versioning.
Motivation and Context
This change introduces a robust and secure container image pipeline that addresses several key operational and security needs:
edge devices.
These improvements align with industry best practices for container security and distribution while enhancing our development and deployment capabilities.
How Has This Been Tested?
Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc.
Screenshots (optional):
Types of changes
Checklist: