mirror of
https://github.com/mikenye/docker-picard.git
synced 2026-04-20 01:54:16 +02:00
Changes to address Issue 37 (#38)
* update packages with high severity CVEs * build trivy & use to update pkgs with fixed vulns * linting * linting
This commit is contained in:
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Pull hadolint/hadolint:latest Image
|
||||
run: docker pull hadolint/hadolint:latest
|
||||
- name: Run hadolint against Dockerfiles
|
||||
run: docker run --rm -i -v "$PWD":/workdir --workdir /workdir --entrypoint hadolint hadolint/hadolint --ignore DL3008 --ignore SC2068 --ignore SC1091 --ignore DL3013 $(find . -type f -iname "Dockerfile*")
|
||||
run: docker run --rm -i -v "$PWD":/workdir --workdir /workdir --entrypoint hadolint hadolint/hadolint --ignore DL3008 --ignore SC2068 --ignore SC1091 --ignore DL3013 --ignore SC2046 $(find . -type f -iname "Dockerfile*")
|
||||
|
||||
markdownlint:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user