-
Notifications
You must be signed in to change notification settings - Fork 6
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
Use the latest Kali base AMI #172
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will mean fewer packages to update in the upgrade Ansible provider.
This is necessary because the community.general collection is listed as a dependency in src/requirements.yml.
jsf9k
added
version bump
This issue or pull request increments the version number
packer
Pull requests that update Packer code
labels
Sep 13, 2024
The build failures are because of TheWover/donut#158. Once that PR is merged this one should build cleanly as well. |
The fork being used contains the changes from TheWover/donut#158, which are necessary in order to build the tool. Once that pull request is merged we can revert this change. See #173 for more details.
…nt-tool This is being done for testing purposes and this change can be reverted once cisagov/ansible-role-assessment-tool#59 has been merged.
FortyNorthSecurity has renamed itself RedSiege.
This is being done because RedSiege/EXCELntDonut has a dependency on TheWover/donut, and we want to depend on jsf9k/donut instead until TheWover/donut#158 is merged.
jsf9k
force-pushed
the
improvement/use-latest-kali-base-ami
branch
from
September 19, 2024 19:43
396c582
to
87a543e
Compare
lgandx/Responder np longer requires the readline Python package. The Python standard module readline is sufficient. In any event, the readline PyPI package has been renamed to gnureadline.
lgandx/Responder now requires this netifaces Python module.
jsf9k
force-pushed
the
improvement/use-latest-kali-base-ami
branch
from
September 20, 2024 03:13
14be4c5
to
eb7d6f1
Compare
…-agent We can do this now that cisagov/ansible-role-amazon-ssm-agent#59 has been merged.
dav3r
approved these changes
Sep 20, 2024
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.
👍
dv4harr10
approved these changes
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ansible
Pull requests that update Ansible code
packer
Pull requests that update Packer code
version bump
This issue or pull request increments the version number
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🗣 Description
This pull request modifies the Packer code to use the latest version of the Kali base AMI.
💭 Motivation and context
Using the latest Kali base AMI:
🧪 Testing
All automated tests pass. I built and tested a Kali staging AMI in our staging COOL and verified that it functions as expected.
✅ Pre-approval checklist
✅ Pre-merge checklist
--break-system-packages
to shadypip
commands if supported ansible-role-assessment-tool#59 has been merged.✅ Post-merge checklist