12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout the code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
16
- name : Pull docker images
17
17
run : |
18
18
docker pull lfeoperatorfabric/of-cards-consultation-service:SNAPSHOT
@@ -25,101 +25,101 @@ jobs:
25
25
docker pull lfeoperatorfabric/of-supervisor:SNAPSHOT
26
26
docker pull lfeoperatorfabric/of-web-ui:SNAPSHOT
27
27
- name : Analyse card consultation
28
- uses : anchore/scan-action@v3
28
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
29
29
with :
30
30
image : " lfeoperatorfabric/of-cards-consultation-service:SNAPSHOT"
31
31
acs-report-enable : true
32
32
fail-build : false
33
33
- name : Upload Anchore Scan Report for cards-consultation
34
- uses : github/codeql-action/upload-sarif@v3
34
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
35
35
with :
36
36
sarif_file : results.sarif
37
37
category : consultation
38
38
- name : Analyse card publication
39
- uses : anchore/scan-action@v3
39
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
40
40
with :
41
41
image : " lfeoperatorfabric/of-cards-publication-service:SNAPSHOT"
42
42
acs-report-enable : true
43
43
fail-build : false
44
44
- name : Upload Anchore Scan Report for cards-publication
45
- uses : github/codeql-action/upload-sarif@v3
45
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
46
46
with :
47
47
sarif_file : results.sarif
48
48
category : publication
49
49
- name : Analyse users
50
- uses : anchore/scan-action@v3
50
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
51
51
with :
52
52
image : " lfeoperatorfabric/of-users-service:SNAPSHOT"
53
53
acs-report-enable : true
54
54
fail-build : false
55
55
- name : Upload Anchore Scan Report for users
56
- uses : github/codeql-action/upload-sarif@v3
56
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
57
57
with :
58
58
sarif_file : results.sarif
59
59
category : users
60
60
- name : Analyse businessConfig
61
- uses : anchore/scan-action@v3
61
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
62
62
with :
63
63
image : " lfeoperatorfabric/of-businessconfig-service:SNAPSHOT"
64
64
acs-report-enable : true
65
65
fail-build : false
66
66
- name : Upload Anchore Scan Report for businessConfig
67
- uses : github/codeql-action/upload-sarif@v3
67
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
68
68
with :
69
69
sarif_file : results.sarif
70
70
category : businessconfig
71
71
- name : Analyse external-devices
72
- uses : anchore/scan-action@v3
72
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
73
73
with :
74
74
image : " lfeoperatorfabric/of-external-devices-service:SNAPSHOT"
75
75
acs-report-enable : true
76
76
fail-build : false
77
77
- name : Upload Anchore Scan Report for external devices
78
- uses : github/codeql-action/upload-sarif@v3
78
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
79
79
with :
80
80
sarif_file : results.sarif
81
81
category : external-devices
82
82
- name : Analyse web-ui
83
- uses : anchore/scan-action@v3
83
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
84
84
with :
85
85
image : " lfeoperatorfabric/of-web-ui:SNAPSHOT"
86
86
acs-report-enable : true
87
87
fail-build : false
88
88
- name : Upload Anchore Scan Report for web-ui
89
- uses : github/codeql-action/upload-sarif@v3
89
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
90
90
with :
91
91
sarif_file : results.sarif
92
92
category : web-ui
93
93
- name : Analyse external-diffusion
94
- uses : anchore/scan-action@v3
94
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
95
95
with :
96
96
image : " lfeoperatorfabric/of-cards-external-diffusion-service:SNAPSHOT"
97
97
acs-report-enable : true
98
98
fail-build : false
99
99
- name : Upload Anchore Scan Report for external-diffusion
100
- uses : github/codeql-action/upload-sarif@v3
100
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
101
101
with :
102
102
sarif_file : results.sarif
103
103
category : external-diffusion
104
104
- name : Analyse cards reminder
105
- uses : anchore/scan-action@v3
105
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
106
106
with :
107
107
image : " lfeoperatorfabric/of-cards-reminder:SNAPSHOT"
108
108
acs-report-enable : true
109
109
fail-build : false
110
110
- name : Upload Anchore Scan Report for cards-reminder
111
- uses : github/codeql-action/upload-sarif@v3
111
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
112
112
with :
113
113
sarif_file : results.sarif
114
114
category : cards-reminder
115
115
- name : Analyse supervisor
116
- uses : anchore/scan-action@v3
116
+ uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a # v3.6.4
117
117
with :
118
118
image : " lfeoperatorfabric/of-supervisor:SNAPSHOT"
119
119
acs-report-enable : true
120
120
fail-build : false
121
121
- name : Upload Anchore Scan Report for supervisor
122
- uses : github/codeql-action/upload-sarif@v3
122
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
123
123
with :
124
124
sarif_file : results.sarif
125
125
category : supervisor
0 commit comments