diff --git a/.github/workflows/mqtt.yml b/.github/workflows/mqtt.yml
index 633f26c..ed0f521 100644
--- a/.github/workflows/mqtt.yml
+++ b/.github/workflows/mqtt.yml
@@ -37,7 +37,7 @@ jobs:
           - version: latest
             openssl: "-openssl"
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - uses: docker/setup-qemu-action@v3
 
diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml
index e98156c..2035a9b 100644
--- a/.trunk/trunk.yaml
+++ b/.trunk/trunk.yaml
@@ -17,6 +17,10 @@ runtimes:
     - python@3.10.8
 # This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
 lint:
+  disabled:
+    - trufflehog # Trufflehog duplicates gitleaks functionality.
+    - terrascan
+    - trivy
   enabled:
     - gitleaks@8.18.2
     - markdownlint@0.40.0
@@ -25,8 +29,6 @@ lint:
     - checkov@3.2.92
     - git-diff-check
     - prettier@3.2.5
-    - trivy@0.51.1
-    - trufflehog@3.76.2
     - yamllint@1.35.1
   definitions:
     - name: markdownlint
diff --git a/Dockerfile b/Dockerfile
index 344c592..37074ae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
 FROM eclipse-mosquitto:injected-version
 
 LABEL maintainer="Matthew Baggett <matthew@baggett.me>" \
-      org.label-schema.vcs-url="https://github.com/benzine-framework/docker" \
-      org.opencontainers.image.source="https://github.com/benzine-framework/docker"
+      org.label-schema.vcs-url="https://github.com/benzine-framework/docker-mqtt" \
+      org.opencontainers.image.source="https://github.com/benzine-framework/docker-mqtt"
 
 COPY mosquitto.conf /mosquitto/config/mosquitto.conf