Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyewobi authored May 8, 2024
1 parent 704e339 commit 1854a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run:
curl -fsSL https://raw.githubusercontent.com/docker/scout-cli/main/install.sh -o install-scout.sh && sh install-scout.sh

echo ${{ secrets.REPO_PWD }} | docker login -u ${{ secrets.REPO_USER }} --password-stdin
echo ${{ secrets.DOCKER_TOKEN }} | docker login -u ${{ secrets.REPO_USER }} --password-stdin

docker scout quickview
docker scout cves
Expand Down

0 comments on commit 1854a0f

Please sign in to comment.