Skip to content

Commit

Permalink
Merge pull request #85 from mjanez/ckan-2.9.9
Browse files Browse the repository at this point in the history
Fix hadolint actions
  • Loading branch information
mjanez authored Oct 2, 2023
2 parents ba28747 + 27dcb57 commit 92209db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
context: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}
file: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}

- name: Linting Dockerfile with hadolint in GH Actions
uses: hadolint/[email protected]
with:
dockerfile: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}

- name: Run Trivy container image vulnerability scanner
uses: aquasecurity/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: hadolint/[email protected]
with:
dockerfile: ${{ env.CONTEXT }}${{ env.DOCKERFILE_PATH }}/${{ env.DOCKERFILE }}
failure-threshold: ignore

- name: Run Trivy container image vulnerability scanner
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit 92209db

Please sign in to comment.