Skip to content

Commit

Permalink
Merge pull request #15 from cbdq-io/release/16-20240430T06Z
Browse files Browse the repository at this point in the history
Monthly Release
  • Loading branch information
dallinb authored Apr 30, 2024
2 parents 11d5241 + faa7956 commit 7d0ccbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
# We do actually have the fixed version installed, just
# Trivy doesn't recognise it.
CVE-2024-28085
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ build:
clean:
docker compose down -t 0

cleanall: clean
docker system prune --all --force
docker volume prune --all --force

lint:
docker run --rm -i hadolint/hadolint < Dockerfile

Expand Down

0 comments on commit 7d0ccbb

Please sign in to comment.