-
Notifications
You must be signed in to change notification settings - Fork 4
43 lines (39 loc) · 1.05 KB
/
dockle_xeol.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
37
38
39
40
41
42
43
name: dockle
on:
push:
branches:
- fb_*
- '*_fb_*'
pull_request:
branches:
- develop
- 'release*'
jobs:
dockle:
name: dockle/xeol
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
# - name: Build an image from Dockerfile
# run: |
# cp labkeyServer-HelloWorld.jar labkeyServer.jar
# LABKEY_VERSION=HelloWorld make build
# - name: Run dockle on helloworld image
# uses: goodwithtech/[email protected]
# env:
# DOCKER_CONTENT_TRUST: 0
# with:
# image: 'labkey/community:helloworld'
# format: 'list'
# exit-code: '1'
# exit-level: 'warn'
# ignore: 'CIS-DI-0005,CIS-DI-0009,CIS-DI-0010,DKL-DI-0001'
# - name: Run xeol on helloworld image
# uses: noqcks/[email protected]
# with:
# image: "labkey/community:helloworld"
- name: Run xeol on dir
uses: noqcks/[email protected]
with:
path: "."