From 462cbb3bd8c27cd34f2a85c3f847d3152958b0d0 Mon Sep 17 00:00:00 2001 From: adfoster-r7 Date: Wed, 22 May 2024 12:40:43 +0100 Subject: [PATCH] Verify nokogiri update --- .github/workflows/verify.yml | 4 +++- config/software/metasploit-framework.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 96f9b88..f344ab0 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -98,7 +98,7 @@ jobs: repository: rapid7/metasploit-framework path: metasploit-framework # If testing a custom branch is required - # ref: 'update-bundler-version' + ref: 'update-nokogiri-version' - name: Run omnibus run: | @@ -426,6 +426,8 @@ jobs: with: repository: rapid7/metasploit-framework path: metasploit-framework + # If testing a custom branch is required + ref: 'update-nokogiri-version' - name: Extract xz files run: | diff --git a/config/software/metasploit-framework.rb b/config/software/metasploit-framework.rb index cf9e145..06895e9 100644 --- a/config/software/metasploit-framework.rb +++ b/config/software/metasploit-framework.rb @@ -16,7 +16,7 @@ def has_windows_metasploit_framework_repo? source path: "../metasploit-framework" else source git: "https://github.com/rapid7/metasploit-framework.git" - default_version "master" + default_version "update-nokogiri-version" end dependency "cacerts"