Skip to content

Commit

Permalink
ci: fix dockle action
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 12, 2023
1 parent e58bc6e commit ab1abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cve-scan.yaml
Expand Up @@ -56,7 +56,7 @@ jobs:
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
- name: Dockle Linter
uses: erzz/dockle-action@v1.3.1
uses: erzz/dockle-action@v1.3.2
if: ${{ always() }}
with:
image: oryd/kratos:${{ steps.vars.outputs.sha_short }}
Expand Down

0 comments on commit ab1abee

Please sign in to comment.