Convert .r2 scripts to Python with r2pipe for generic binary analysis #578
This file contains hidden or 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
name: Check Website Build | |
on: | |
pull_request: | |
branches: | |
- "*" | |
jobs: | |
build: | |
uses: OWASP/mas-website/.github/workflows/build-website-reusable.yml@main | |
with: | |
deploy: false | |
sources_override_json: ${{ format('{{"OWASP/mastg":"refs/pull/{0}/head"}}', github.event.pull_request.number) }} |