hadolint check added #4
@ -6,7 +6,17 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
dockerfile lint:
|
||||||
|
needs: build
|
||||||
|
runs-on: k3s
|
||||||
|
container:
|
||||||
|
image: gitea.sikorski.cloud/rogersik/hadolint:2
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: hadolint Dockerfile
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
needs: [dockerfile lint]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
@ -7,7 +7,17 @@ on:
|
|||||||
- cron: "0 6 * * SUN"
|
- cron: "0 6 * * SUN"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
dockerfile lint:
|
||||||
|
needs: build
|
||||||
|
runs-on: k3s
|
||||||
|
container:
|
||||||
|
image: gitea.sikorski.cloud/rogersik/hadolint:2
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- run: hadolint Dockerfile
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
needs: [dockerfile lint]
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
4
.hadolint.yaml
Normal file
4
.hadolint.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
ignored:
|
||||||
|
- DL3013 # https://github.com/hadolint/hadolint/wiki/DL3013 allow install latest package
|
||||||
|
- DL3018 # https://github.com/hadolint/hadolint/wiki/DL3018 no need to pin specific version
|
||||||
|
- DL3042 # https://github.com/hadolint/hadolint/wiki/DL3042 pip don't know this feature
|
Loading…
Reference in New Issue
Block a user