Skip to content

Commit 24214ab

Browse files
committed
fix(CI): remove trivy
1 parent 1000673 commit 24214ab

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -161,28 +161,6 @@ jobs:
161161
with:
162162
fail: ${{ github.ref == 'refs/heads/main' }}
163163

164-
trivy:
165-
if: |
166-
github.repository == 'developer-friendly/blog' &&
167-
contains(fromJson('["schedule", "pull_request", "push"]'), github.event_name)
168-
runs-on: ubuntu-latest
169-
strategy:
170-
fail-fast: false
171-
matrix:
172-
scan-type:
173-
- fs
174-
steps:
175-
- name: Checkout
176-
uses: actions/checkout@v4
177-
- name: Trivy ${{ matrix.scan-type }}
178-
uses: aquasecurity/trivy-action@master
179-
with:
180-
exit-code: "1"
181-
scan-ref: .
182-
scan-type: ${{ matrix.scan-type }}
183-
trivy-config: trivy.yaml
184-
token-setup-trivy: ${{ secrets.GH_TOKEN }}
185-
186164
stale:
187165
if: |
188166
(

0 commit comments

Comments
 (0)