forked from hashicorp/sentinel-github-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (27 loc) · 777 Bytes
/
action.yml
File metadata and controls
28 lines (27 loc) · 777 Bytes
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
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: "Sentinel GitHub Actions"
description: "Runs Sentinel commands via GitHub Actions."
author: "HashiCorp, Inc. Sentinel Team <Sentinel@hashicorp.com>"
branding:
icon: "terminal"
color: "blue"
inputs:
stl_actions_subcommand:
description: "Sentinel subcommand to execute."
required: true
stl_actions_version:
description: "Sentinel version to install."
required: true
stl_actions_comment:
description: "Whether or not to comment on pull requests."
default: true
stl_actions_working_dir:
description: "Sentinel working directory."
default: "."
outputs:
stl_actions_output:
description: "The Sentinel outputs."
runs:
using: "docker"
image: "./Dockerfile"