-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
43 lines (42 loc) · 1.12 KB
/
action.yml
File metadata and controls
43 lines (42 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# This file is generated by ghactions
# Do not edit this file manually unless you disable the `generate` feature.
name: CodeQL Extractor Action
description: This action is for 3rd party CodeQL extractors to be used in GitHub Actions
branding:
color: blue
icon: shield
inputs:
token:
description: GitHub Token
default: ${{ github.token }}
extractors:
description: GitHub Repository where the extractor(s) is located
required: true
languages:
description: Language(s) to use
required: true
packs:
description: Query Pack(s) to use
allow-empty-database:
description: Allow empty database
codeql-version:
description: CodeQL Version
default: latest
working-directory:
description: Working Directory
sarif-tool-name:
description: Re-write SARIF file tool name
default: 'true'
attestation:
description: Attestation
default: 'false'
outputs:
sarif_results:
description: SARIF Results Directory
version:
description: Version of the extractor to use
extractor_path:
description: Path to the extractor
runs:
using: docker
image: ./action.Dockerfile