We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b202 commit 2678375Copy full SHA for 2678375
.github/workflows/test.yml
@@ -105,3 +105,15 @@ jobs:
105
export IMAGE_TEMPLATE=${{ matrix.php_version }}-${{ matrix.php_type }}-${{ matrix.os_name }}
106
export IMAGE_TAG=${{ env.DOCKER_NAMESPACE }}:latest
107
make test
108
+
109
+ - name: 🔍 Run Docker Scout
110
+ id: docker-scout
111
+ uses: docker/scout-action@v1
112
+ with:
113
+ command: cves,recommendations
114
+ ignore-unchanged: true
115
+ only-fixed: true
116
+ only-severities: critical,high
117
+ github-token: ${{ secrets.GITHUB_TOKEN }}
118
+ dockerhub-user: ${{ secrets.DOCKER_USERNAME }}
119
+ dockerhub-password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments