diff --git a/.github/workflows/snyk-security.yml b/.github/workflows/snyk-security.yml
index 578dcae..f0c10c8 100644
--- a/.github/workflows/snyk-security.yml
+++ b/.github/workflows/snyk-security.yml
@@ -54,7 +54,7 @@ jobs:
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
# Use || true to not fail the pipeline
- name: Snyk Code test
- run: snyk code test --sarif > snyk-code.sarif # || true
+ run: snyk code test -d --sarif > snyk-code.sarif # || true
# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
- name: Snyk Open Source monitor
diff --git a/index.html b/index.html
index c4979f4..5f9e7de 100644
--- a/index.html
+++ b/index.html
@@ -77,6 +77,7 @@
+