Skip to content

Commit d9e4d6f

Browse files
added push invocation to trivy
1 parent c3fefc2 commit d9e4d6f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/scan-image.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
name: scan docker image
33

44
on:
5-
pull_request:
6-
branches:
7-
- develop
8-
paths:
9-
- '.github/workflows/dive.yml'
10-
- 'docker/**'
5+
# pull_request:
6+
# branches:
7+
# - develop
8+
# paths:
9+
# - '.github/workflows/dive.yml'
10+
# - 'docker/**'
1111
push:
12-
paths:
13-
- '.github/workflows/dive.yml'
14-
- 'docker/**'
12+
# paths:
13+
# - '.github/workflows/dive.yml'
14+
# - 'docker/**'
1515

1616
env:
1717
ORG: dea

0 commit comments

Comments
 (0)