/$$ /$$ solanaizer/solanaizer-action
| $$ |__/
/$$$$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$$ /$$$$$$ /$$ /$$$$$$$$ /$$$$$$ /$$$$$$
/$$_____/ /$$__ $$| $$ |____ $$| $$__ $$ |____ $$| $$|____ /$$/ /$$__ $$ /$$__ $$
| $$$$$$ | $$ \ $$| $$ /$$$$$$$| $$ \ $$ /$$$$$$$| $$ /$$$$/ | $$$$$$$$| $$ \__/
\____ $$| $$ | $$| $$ /$$__ $$| $$ | $$ /$$__ $$| $$ /$$__/ | $$_____/| $$
/$$$$$$$/| $$$$$$/| $$| $$$$$$$| $$ | $$| $$$$$$$| $$ /$$$$$$$$| $$$$$$$| $$
|_______/ \______/ |__/ \_______/|__/ |__/ \_______/|__/|________/ \_______/|__/
This action enables you to run the Solana AI smart contract vulnerability scanning tool, Solanaizer, as part of your GitHub CI pipeline in the simplest possible way. There are many ways you can optimise the job, but this action aims to make things super easy!
You can use this Action as part of your project by creating an Action as follows:
name: Solanaizer AI Audit
on:
push:
branches: main
pull_request:
branches: main
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Check-out the repository
uses: actions/checkout@v4
- name: Solanaizer Audit
continue-on-error: false
uses: solanaizer/solanaizer-action
Please raise an issue for suggestions and any bugs related to the Action.
This is an experimental auditing tool built using AI. USE AT YOUR RISK
- Alex Straw (Engineer)
- Dimitris Dinis Gridian (Engineer)
- Jean-Philippe Monette (Engineer)
- Michal Zbigniew Hoffman (Engineer)
- Mikołaj Kącki (Engineer)