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 65dd644 commit 415dd02Copy full SHA for 415dd02
.github/workflows/trivy.yml
@@ -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 }}
+# ---
+# name: Trivy
+#
+# on:
+# pull_request:
+# branches:
+# - main
+# jobs:
+# trivy:
+# name: Run trivy scanner
+# runs-on: ubuntu-latest
+# steps:
+# - uses: actions/checkout@v5
+# - name: Trivy
+# uses: ConsenSys/github-actions/trivy@main
+# with:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments