Skip to content

Commit 658db5b

Browse files
author
dzmitry.vashkinel
committed
GH action trivy change rules
1 parent 32c30d8 commit 658db5b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/trivy-scan.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Trivy Scan
22

33
on:
4-
#pull_request:
5-
# branches:
6-
# - main
7-
# - master
8-
# - develop
9-
push:
4+
pull_request:
105
branches:
11-
- sp-9923-repo-scan
6+
- main
7+
- master
8+
- develop
129

1310
jobs:
1411
trivy-scan:
@@ -25,4 +22,3 @@ jobs:
2522
exit-code: '1'
2623
ignore-unfixed: true
2724
severity: 'CRITICAL,HIGH,MEDIUM,LOW'
28-

0 commit comments

Comments
 (0)