Skip to content

Commit

Permalink
chore: fix image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 6, 2024
1 parent ef143f9 commit f630fe8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,10 @@ jobs:
id: docker-scout
uses: docker/scout-action@v1
with:
command: quickview,compare,cves,recommendations
command: quickview,cves,recommendations
image: ${{ env.DOCKER_NAMESPACE }}:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-latest
to-latest: true
organization: wayofdev
only-severities: critical,high
github-token: ${{ secrets.GITHUB_TOKEN }}
dockerhub-user: ${{ secrets.DOCKER_USERNAME }}
dockerhub-password: ${{ secrets.DOCKER_TOKEN }}


0 comments on commit f630fe8

Please sign in to comment.