Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltanofff committed Nov 16, 2024
1 parent 6294485 commit fd15cf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Docker Scout Scan
uses: docker/[email protected]
with:
dockerhub-user: ${{ secrets.DOCKERHUB_PASSWORD }}
dockerhub-password: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-password: ${{ secrets.DOCKERHUB_PASSWORD }}
command: quickview,cves
only-severities: critical,high
sarif-file: scout-report.sarif
Expand Down

0 comments on commit fd15cf8

Please sign in to comment.