We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d560dd commit 585e905Copy full SHA for 585e905
.github/workflows/trivy.yaml
@@ -1,6 +1,6 @@
1
#
2
# Author: Hari Sekhon
3
-# Date: Date: 2022-02-02 11:27:37 +0000 (Wed, 02 Feb 2022)
+# Date: 2022-02-02 11:27:37 +0000 (Wed, 02 Feb 2022)
4
5
# vim:ts=2:sts=2:sw=2:et
6
@@ -54,7 +54,7 @@ jobs:
54
# github.event.repository context not available in scheduled workflows
55
#if: github.event.repository.fork == false
56
if: github.repository_owner == 'HariSekhon'
57
- name: Trivy Filesystem Scan
+ name: Trivy
58
uses: HariSekhon/GitHub-Actions/.github/workflows/trivy.yaml@master
59
with:
60
debug: ${{ github.event.inputs.debug }}
0 commit comments