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 49df131 commit ef143f9
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 @@ -106,15 +106,12 @@ jobs:
export IMAGE_TAG=${{ env.DOCKER_NAMESPACE }}:latest
make test
- name: Print Extracted Tags
run: echo ${{ steps.meta.outputs.tags }}

- name: 🔍 Run Docker Scout
id: docker-scout
uses: docker/scout-action@v1
with:
command: quickview,compare,cves,recommendations
image: ${{ env.DOCKER_NAMESPACE }}:latest
image: ${{ env.DOCKER_NAMESPACE }}:${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}-latest
to-latest: true
organization: wayofdev
only-severities: critical,high
Expand Down

0 comments on commit ef143f9

Please sign in to comment.