diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index a8e3ec3..dd72c86 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -36,6 +36,13 @@ jobs: with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} + # Authenticating with Dockerhub ensures image pulls are authenticated, so not as severely rate limited + - name: Log in to Dockerhub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + # MegaLinter - name: MegaLinter