We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10018ad commit a8e3f9aCopy full SHA for a8e3f9a
1 file changed
.github/workflows/build.yml
@@ -152,19 +152,6 @@ jobs:
152
run: |
153
docker compose exec -e RAILS_ENV=test app rake brakeman
154
155
- - name: Run Trivy vulnerability scanner
156
- if: ${{ always() }}
157
- uses: aquasecurity/trivy-action@0.33.1
158
- with:
159
- image-ref: ${{ needs.merge.outputs.image }}
160
- format: table
161
- exit-code: 0
162
- ignore-unfixed: true
163
- severity: CRITICAL,HIGH,MEDIUM
164
- scanners: vuln
165
- scan-type: image
166
- skip-dirs: opt/app/.cache,opt/app/node_modules,usr/local
167
-
168
- name: Copy out artifacts
169
if: ${{ always() }}
170
0 commit comments