Skip to content

Added second test action #1

Added second test action

Added second test action #1

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 }}