Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v5

- name: Run hadolint scanning on the controller Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/Dockerfile
format: sarif
Expand All @@ -42,7 +42,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the maven Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/maven/Dockerfile
format: sarif
Expand All @@ -51,7 +51,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the multibranch agent Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/multi/Dockerfile
format: sarif
Expand All @@ -60,7 +60,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the node agent Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/node/Dockerfile
format: sarif
Expand All @@ -69,7 +69,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the Python agent Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/python/Dockerfile
format: sarif
Expand All @@ -78,7 +78,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the sidekick Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/sidekick/Dockerfile
format: sarif
Expand All @@ -87,7 +87,7 @@ jobs:
no-fail: true

- name: Run hadolint scanning on the Android Dockerfile
uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29
with:
dockerfile: ./dockerfiles/android/Dockerfile
format: sarif
Expand Down
Loading