-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.yml
36 lines (35 loc) · 1.06 KB
/
action.yml
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
---
name: Setup Environment
author: CISA Development Team
branding:
icon: globe
color: purple
description: Setup a shared GitHub Actions workflow environment.
outputs:
go-version:
description: The version (major.minor) of Go to use.
go-critic-version:
description: The version of go-critic to use.
go-junit-report-version:
description: The version of jstemmer/go-junit-report to use.
goimports-version:
description: The version of goimports to use.
gomock-version:
description: The version of golang/mock to use.
gosec-version:
description: The version of gosec to use.
packer-version:
description: The version of Packer to use.
python-version:
description: The version (major.minor) of Python to use.
shfmt-version:
description: The version of shfmt to use.
staticcheck-version:
description: The version of staticcheck to use.
terraform-version:
description: The version of Terraform to use.
terraform-docs-version:
description: The version of terraform-docs to use.
runs:
main: dist/index.js
using: node20