We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b178f4c commit 28e5fb5Copy full SHA for 28e5fb5
.github/workflows/test.yml
@@ -105,3 +105,16 @@ 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
+ keep-previous-comments: false
118
+ github-token: ${{ secrets.GITHUB_TOKEN }}
119
+ dockerhub-user: ${{ secrets.DOCKER_USERNAME }}
120
+ dockerhub-password: ${{ secrets.DOCKER_TOKEN }}
0 commit comments