summaryrefslogtreecommitdiff
path: root/.github/workflows/security.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/security.yml')
-rw-r--r--.github/workflows/security.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml
index b121abd29..ee44a363b 100644
--- a/.github/workflows/security.yml
+++ b/.github/workflows/security.yml
@@ -32,8 +32,8 @@ jobs:
uses: docker/scout-action@f8c776824083494ab0d56b8105ba2ca85c86e4de # v1.18.2
with:
organization: "searxng"
- dockerhub-user: "${{ secrets.DOCKERHUB_USERNAME }}"
- dockerhub-password: "${{ secrets.DOCKERHUB_TOKEN }}"
+ dockerhub-user: "${{ secrets.DOCKER_USER }}"
+ dockerhub-password: "${{ secrets.DOCKER_TOKEN }}"
image: "registry://ghcr.io/searxng/searxng:latest"
command: "cves"
sarif-file: "./scout.sarif"