Skip to content

Commit

Permalink
bump dockle version and re-enable
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-willm committed Jan 7, 2025
1 parent 55377ad commit 1d61ce0
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/dockle_xeol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,27 @@ jobs:
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/dockle-action@0.1.0
# 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/xeol-action@v1.0.6
# with:
# image: "labkey/community:helloworld"
uses: actions/checkout@v4
- 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/dockle-action@v0.4.15
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/xeol-action@v1.1.1
with:
image: "labkey/community:helloworld"
- name: Run xeol on dir
uses: noqcks/xeol-action@v1.0.6
uses: noqcks/xeol-action@v1.1.1
with:
path: "."

0 comments on commit 1d61ce0

Please sign in to comment.