advanced-security/CodeQL Extractor Action
This action is for 3rd party CodeQL extractors to be used in GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Token | — | ${{ github.token }} |
| extractors | GitHub Repository where the extractor(s) is located | yes | — |
| languages | Language(s) to use | yes | — |
| packs | Query Pack(s) to use | — | — |
| allow-empty-database | Allow empty database | — | — |
| codeql-version | CodeQL Version | — | latest |
| working-directory | Working Directory | — | — |
| sarif-tool-name | Re-write SARIF file tool name | — | true |
| attestation | Attestation | — | false |
Outputs
| name | description |
|---|---|
| sarif_results | SARIF Results Directory |
| version | Version of the extractor to use |
| extractor_path | Path to the extractor |