-
Notifications
You must be signed in to change notification settings - Fork 3
57 lines (47 loc) · 1.01 KB
/
test.yaml
File metadata and controls
57 lines (47 loc) · 1.01 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: Test action
permissions:
contents: read
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
container:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v4
- run: apt update && apt install -y curl jq unzip
- uses: ./
with:
name: cli/cli
tool: gh
- run: gh --version
- uses: ./
with:
name: aquasecurity/trivy
- run: trivy --version
- uses: ./
with:
name: mikefarah/yq
- run: yq --version
- uses: ./
with:
name: chainguard-dev/apko
version: v0.19.0
- run: apko version
- uses: ./
with:
name: nexthink-oss/ghup
version: v0.12.0
- run: ghup --version
- uses: ./
with:
name: gruntwork-io/terragrunt
version: v0.67.16
- run: terragrunt --version
- uses: ./
with:
name: yannh/kubeconform
- run: kubeconform -v