Skip to content

Commit

Permalink
fix: rate limiting error
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Oct 8, 2024
1 parent 9149aef commit 960ffb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Pull image
run: docker pull shopware/docker-base:${{ matrix.php-version }}

- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Scan for vulnerabilities
id: scan
uses: crazy-max/ghaction-container-scan@v3
Expand Down

0 comments on commit 960ffb1

Please sign in to comment.