Skip to content

Commit 415dd02

Browse files
committed
disable trivy
1 parent 65dd644 commit 415dd02

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/trivy.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
---
2-
name: Trivy
3-
4-
on:
5-
pull_request:
6-
branches:
7-
- main
8-
9-
jobs:
10-
trivy:
11-
name: Run trivy scanner
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@v5
15-
- name: Trivy
16-
uses: ConsenSys/github-actions/trivy@main
17-
with:
18-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1+
# ---
2+
# name: Trivy
3+
#
4+
# on:
5+
# pull_request:
6+
# branches:
7+
# - main
8+
#
9+
# jobs:
10+
# trivy:
11+
# name: Run trivy scanner
12+
# runs-on: ubuntu-latest
13+
# steps:
14+
# - uses: actions/checkout@v5
15+
# - name: Trivy
16+
# uses: ConsenSys/github-actions/trivy@main
17+
# with:
18+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)