-
Notifications
You must be signed in to change notification settings - Fork 14k
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
Testing 19621 #19692
Testing 19621 #19692
Conversation
path: metasploit-framework | ||
ref: ${{ inputs.metasploit_framework_commit }} | ||
ref: fix/met/java/symlinks |
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.
Looks like the Framework commit might be incorrect:
ref: fix/met/java/symlinks | |
ref: fix/met/java-win-symlink-tests |
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.
need more coffee :/
6338fd3
to
d41c57f
Compare
@@ -185,9 +185,9 @@ jobs: | |||
- name: Checkout metasploit-framework commit | |||
uses: actions/checkout@v4 | |||
with: | |||
repository: rapid7/metasploit-framework | |||
repository: zeroSteiner/metasploit-framework |
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.
If we want to test the changes in this PR I believe we would need to point this at your forked repo and not Spencers, as you have branched off of Spencers branch. So we have his commits already, we are now additionally making changes on top of these:
repository: zeroSteiner/metasploit-framework | |
repository: dledda-r7/metasploit-framework |
path: metasploit-framework | ||
ref: ${{ inputs.metasploit_framework_commit }} | ||
ref: fix/met/java-win-symlink-tests |
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.
and the same with your branch as well:
ref: fix/met/java-win-symlink-tests | |
ref: testing-19621 |
Note
Can be ignored, only open to walk through testing payload changes as part of #19621