Skip to content

Bump metasploit_payloads-mettle to 1.0.35 #12

Bump metasploit_payloads-mettle to 1.0.35

Bump metasploit_payloads-mettle to 1.0.35 #12

name: Metasploit Framework Acceptance
# Optional, enabling concurrency limits: https://docs.github.com/en/actions/using-jobs/using-concurrency
#concurrency:
# group: ${{ github.ref }}-${{ github.workflow }}
# cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
permissions:
actions: none
checks: none
contents: none
deployments: none
id-token: none
issues: none
discussions: none
packages: none
pages: none
pull-requests: none
repository-projects: none
security-events: none
statuses: none
on:
workflow_dispatch:
inputs:
metasploitFrameworkCommit:
description: 'metasploit-framework branch would like to test'
required: true
default: 'master'
push:
branches-ignore:
- gh-pages
- metakitty
pull_request:
branches:
- '*'
paths:
- 'build/**'
- 'deps/**'
- 'docker/**'
- 'lib/**'
- 'libreflect/**'
- 'make/**'
- 'mettle/**'
- 'pkg/**'
- 'spec/**'
- 'util/**'
- '.github/**'
# Example of running as a cron, to weed out flaky tests
# schedule:
# - cron: '*/15 * * * *'
jobs:
build:
uses: rapid7/metasploit-framework/.github/workflows/shared_meterpreter_acceptance.yml@master
with:
metasploit-framework_commit: ${{ github.event.inputs.metasploitFrameworkCommit }}

Check failure on line 58 in .github/workflows/metasploit-framework_acceptance.yml

View workflow run for this annotation

GitHub Actions / Metasploit Framework Acceptance

Invalid workflow file

The workflow is not valid. .github/workflows/metasploit-framework_acceptance.yml (Line: 58, Col: 36): Invalid input, metasploit-framework_commit is not defined in the referenced workflow.
build_mettle: true