ackee-blockchain/Wake Detect
Runs Wake static analysis
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2023
- License
- None
Pinned Snippet
uses: ackee-blockchain/wake-detect-action@e5c9ecbb68e84d19aca7daf5d194a1d301b7af36 # 0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | Working directory | no | — |
| export-sarif | Export SARIF file | no | — |
| config-path | Path to the configuration file relative to the working directory | no | — |
| compile-allow-paths | Paths that are allowed for the compiler | no | — |
| compile-evm-version | EVM version to compile for | no | — |
| compile-ignore-paths | Paths that the compiler should ignore | no | — |
| compile-include-paths | Paths that should be included in the compilation | no | — |
| compile-optimizer-enabled | Enable the optimizer during compilation | no | — |
| compile-optimizer-runs | Number of runs for the optimizer | no | — |
| compile-remappings | Remappings for the compiler | no | — |
| compile-target-version | Target version for the compiler | no | — |
| compile-via-ir | Compile via IR | no | — |
| detect-min-impact | Minimum impact level for detection | no | — |
| detect-min-confidence | Minimum confidence level for detection | no | — |
| detect-paths | Paths for detection | no | — |
| detect-only | Only detect these items | no | — |
| detect-exclude | Exclude these items from detection | no | — |
| detect-ignore-paths | Paths to ignore during detection | no | — |
| detect-exclude-paths | Paths to exclude during detection | no | — |
Outputs
| name | description |
|---|---|
| sarif | Exported SARIF file path relative to the repository root |