We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c3857 commit ee90992Copy full SHA for ee90992
.github/workflows/ci.yaml
@@ -52,6 +52,12 @@ jobs:
52
RUBYGEM_OVERCOMMIT=${{ matrix.rubygem_overcommit }}
53
RUBYGEM_MODULESYNC=${{ matrix.rubygem_modulesync }}
54
55
+ - name: Login to Docker Hub
56
+ uses: docker/login-action@v3
57
+ with:
58
+ username: voxpupulibot
59
+ password: ${{ secrets.DOCKERHUB_BOT_PASSWORD }}
60
+
61
- name: Analyze for critical and high CVEs
62
id: docker-scout-cves
63
uses: docker/scout-action@v1
0 commit comments