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 1000673 commit 24214abCopy full SHA for 24214ab
.github/workflows/ci.yml
@@ -161,28 +161,6 @@ jobs:
161
with:
162
fail: ${{ github.ref == 'refs/heads/main' }}
163
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
-
186
stale:
187
if: |
188
(
0 commit comments