Skip to content

Commit a8e3f9a

Browse files
authored
AP-628: remove trivy-action to mitigate compromise (#18)
1 parent 10018ad commit a8e3f9a

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,6 @@ jobs:
152152
run: |
153153
docker compose exec -e RAILS_ENV=test app rake brakeman
154154
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-
168155
- name: Copy out artifacts
169156
if: ${{ always() }}
170157
run: |

0 commit comments

Comments
 (0)