Skip to content

Commit

Permalink
Upgrade hadolint
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 20, 2024
1 parent 92bafce commit 207dbda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions:

jobs:
hadolint:
# Hadolint is a tool for the static analisys of a Docker file
name: Run hadolint scanning
runs-on: ubuntu-22.04
permissions:
Expand All @@ -33,10 +34,10 @@ jobs:
uses: actions/checkout@v4

- name: Run hadolint
uses: hadolint/hadolint-action@f988afea3da57ee48710a9795b6bb677cc901183
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./Dockerfile
format: sarif
format: sarif # Static Analysis Results Interchange Format (SARIF). See https://sarifweb.azurewebsites.net/
output-file: hadolint-results.sarif
no-fail: true

Expand Down

0 comments on commit 207dbda

Please sign in to comment.