Skip to content

Commit

Permalink
chore: changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 6, 2024
1 parent afd778f commit 50af57b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,11 @@ jobs:
uses: docker/scout-action@v1
with:
command: cves,recommendations,compare
to: ${{ env.DOCKER_NAMESPACE }}:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-latest
to: php:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
ignore-base: true
ignore-unchanged: true
only-fixed: true
only-severities: critical,high
organization: wayofdev
github-token: ${{ secrets.GITHUB_TOKEN }}
dockerhub-user: ${{ secrets.DOCKER_USERNAME }}
dockerhub-password: ${{ secrets.DOCKER_TOKEN }}

0 comments on commit 50af57b

Please sign in to comment.