Skip to content

Commit

Permalink
Update research-vuln-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-schardt authored Nov 5, 2024
1 parent 6778f49 commit 671326f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/research-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ jobs:
image: "greenbone/opensight-postgres:${{ github.sha }}"
sarif-file: sarif.output.json
summary: true
dockerhub-user: ${{ secrets.DOCKER_USER }}
dockerhub-password: ${{ secrets.DOCKER_TOKEN }}
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}
# only-severities: -- default is all

- name: Upload docker scout SARIF result
Expand Down

0 comments on commit 671326f

Please sign in to comment.