File tree 1 file changed +15
-14
lines changed
1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -695,20 +695,21 @@ jobs:
695
695
run : git fetch --prune --unshallow
696
696
- uses : technote-space/get-diff-action@f27caffdd0fb9b13f4fc191c016bb4e0632844af # v6.1.2
697
697
with :
698
- PATTERNS : |
699
- cve_bin_tool/data_sources/*.py
700
- FILES : |
701
- test_available_fix.py
702
- test_source_osv.py
703
- test_source_gad.py
704
- test_source_nvd.py
705
- test_cli.py
706
- test_nvd_api.py
707
- test_cvedb.py
708
- test_scanner.py
709
- cli.py
710
- nvd_api.py
711
- cvedb.py
698
+ base : main
699
+ PATTERNS :
700
+ cve_bin_tool/data_sources/*.py
701
+ FILES :
702
+ test_available_fix.py
703
+ test_source_osv.py
704
+ test_source_gad.py
705
+ test_source_nvd.py
706
+ test_cli.py
707
+ test_nvd_api.py
708
+ test_cvedb.py
709
+ test_scanner.py
710
+ cli.py
711
+ nvd_api.py
712
+ cvedb.py
712
713
- uses : haya14busa/action-cond@94f77f7a80cd666cb3155084e428254fea4281fd # v1.2.1
713
714
id : git-diff
714
715
with :
You can’t perform that action at this time.
0 commit comments