Skip to content

Commit ee90992

Browse files
committed
login to docker to do scout cve scan
Signed-off-by: Robert Waffen <[email protected]>
1 parent 32c3857 commit ee90992

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
RUBYGEM_OVERCOMMIT=${{ matrix.rubygem_overcommit }}
5353
RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
5454
55+
- name: Login to Docker Hub
56+
uses: docker/login-action@v3
57+
with:
58+
username: voxpupulibot
59+
password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
60+
5561
- name: Analyze for critical and high CVEs
5662
id: docker-scout-cves
5763
uses: docker/scout-action@v1

0 commit comments

Comments
 (0)