Skip to content

Commit

Permalink
Update dockle to v0.4.14 (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
u1-liquid authored Jun 16, 2024
1 parent 737368e commit 5ff34d2
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/dockle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ jobs:
tags: |
misskey:scan
- name: Run dockle
uses: goodwithtech/dockle-action@main
uses: docker://goodwithtech/dockle:v0.4.14
env:
DOCKLE_OUTPUT_FORMAT: list
DOCKLE_EXIT_CODE: 1
DOCKLE_EXIT_LEVEL: WARN
DOCKLE_IGNORES: CIS-DI-0005,CIS-DI-0010
DOCKLE_DEBUG: true
with:
image: 'misskey:scan'
format: 'list'
exit-code: '1'
exit-level: 'warn'
ignore: 'CIS-DI-0005,CIS-DI-0010'
args: 'misskey:scan'

0 comments on commit 5ff34d2

Please sign in to comment.