Added second test action #1
This file contains 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: "Olympix Integrated Security" | |
description: "Perform code analysis in Solidity projects to find potentially dangerous vulnerabilities" | |
branding: | |
icon: 'x' | |
color: 'purple' | |
inputs: | |
args: | |
description: "Arguments to customize code analyzer" | |
default: --output-format sarif --output-path ./ | |
runs: | |
using: "docker" | |
image: "docker://olympix/integrated-security:latest" | |
env: | |
OLYMPIX_INTEGRATION_ORIGIN: "gha" | |
args: | |
- analyze | |
- ${{ inputs.args }} |