File tree Expand file tree Collapse file tree 12 files changed +0
-228
lines changed Expand file tree Collapse file tree 12 files changed +0
-228
lines changed Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
60
57
deployment-ok :
61
58
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
62
59
provider : ${{ steps.deployment.outputs.provider }}
63
-
64
- trivy :
65
- name : 🕵️ Trivy vulnerability scanner
66
- needs : [deploy]
67
- runs-on : ubuntu-latest
68
- if : ${{ ! inputs.disableTrivyScans }}
69
- strategy :
70
- fail-fast : false
71
- max-parallel : 3
72
- matrix :
73
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
74
- steps :
75
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
76
- with :
77
- image : ${{ matrix.imageRef }}
78
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
60
57
deployment-ok :
61
58
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
62
59
provider : ${{ steps.deployment.outputs.provider }}
63
-
64
- trivy :
65
- name : 🕵️ Trivy vulnerability scanner
66
- needs : [deploy]
67
- runs-on : ubuntu-latest
68
- if : ${{ ! inputs.disableTrivyScans }}
69
- strategy :
70
- fail-fast : false
71
- max-parallel : 3
72
- matrix :
73
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
74
- steps :
75
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
76
- with :
77
- image : ${{ matrix.imageRef }}
78
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
60
57
deployment-ok :
61
58
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
62
59
provider : ${{ steps.deployment.outputs.provider }}
63
-
64
- trivy :
65
- name : 🕵️ Trivy vulnerability scanner
66
- needs : [deploy]
67
- if : ${{ ! inputs.disableTrivyScans }}
68
- runs-on : ubuntu-latest
69
- strategy :
70
- fail-fast : false
71
- max-parallel : 3
72
- matrix :
73
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
74
- steps :
75
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
76
- with :
77
- image : ${{ matrix.imageRef }}
78
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
60
57
deployment-ok :
61
58
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
62
59
provider : ${{ steps.deployment.outputs.provider }}
63
-
64
- trivy :
65
- name : 🕵️ Trivy vulnerability scanner
66
- needs : [deploy]
67
- runs-on : ubuntu-latest
68
- if : ${{ ! inputs.disableTrivyScans }}
69
- strategy :
70
- fail-fast : false
71
- max-parallel : 3
72
- matrix :
73
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
74
- steps :
75
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
76
- with :
77
- image : ${{ matrix.imageRef }}
78
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
62
59
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
63
60
provider : ${{ steps.deployment.outputs.provider }}
64
61
github-env-enabled : true
65
-
66
- trivy :
67
- name : 🕵️ Trivy vulnerability scanner
68
- needs : [deploy]
69
- runs-on : ubuntu-latest
70
- if : ${{ ! inputs.disableTrivyScans }}
71
- strategy :
72
- fail-fast : false
73
- max-parallel : 3
74
- matrix :
75
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
76
- steps :
77
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
78
- with :
79
- image : ${{ matrix.imageRef }}
80
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
62
59
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
63
60
provider : ${{ steps.deployment.outputs.provider }}
64
61
github-env-enabled : true
65
-
66
- trivy :
67
- name : 🕵️ Trivy vulnerability scanner
68
- needs : [deploy]
69
- if : ${{ ! inputs.disableTrivyScans }}
70
- runs-on : ubuntu-latest
71
- strategy :
72
- fail-fast : false
73
- max-parallel : 3
74
- matrix :
75
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
76
- steps :
77
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
78
- with :
79
- image : ${{ matrix.imageRef }}
80
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
62
59
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
63
60
provider : ${{ steps.deployment.outputs.provider }}
64
61
github-env-enabled : true
65
-
66
- trivy :
67
- name : 🕵️ Trivy vulnerability scanner
68
- needs : [deploy]
69
- runs-on : ubuntu-latest
70
- if : ${{ ! inputs.disableTrivyScans }}
71
- strategy :
72
- fail-fast : false
73
- max-parallel : 3
74
- matrix :
75
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
76
- steps :
77
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
78
- with :
79
- image : ${{ matrix.imageRef }}
80
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 14
14
kubeconfigContext :
15
15
required : false
16
16
type : string
17
- disableTrivyScans :
18
- required : false
19
- type : boolean
20
17
21
18
jobs :
22
19
deploy :
62
59
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
63
60
provider : ${{ steps.deployment.outputs.provider }}
64
61
github-env-enabled : true
65
-
66
- trivy :
67
- name : 🕵️ Trivy vulnerability scanner
68
- needs : [deploy]
69
- runs-on : ubuntu-latest
70
- if : ${{ ! inputs.disableTrivyScans }}
71
- strategy :
72
- fail-fast : false
73
- max-parallel : 3
74
- matrix :
75
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
76
- steps :
77
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
78
- with :
79
- image : ${{ matrix.imageRef }}
80
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
required : false
9
9
type : boolean
10
10
default : true
11
- disableTrivyScans :
12
- required : false
13
- type : boolean
14
11
secrets :
15
12
KUBEWEBHOOK_TOKEN :
16
13
required : true
52
49
${{ steps.deployment-starting.outputs.deployment-name }}
53
50
deployment-ok :
54
51
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
55
-
56
- trivy :
57
- name : 🕵️ Trivy vulnerability scanner
58
- needs : [deploy]
59
- if : ${{ ! inputs.disableTrivyScans }}
60
- runs-on : ubuntu-latest
61
- strategy :
62
- fail-fast : false
63
- max-parallel : 3
64
- matrix :
65
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
66
- steps :
67
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
68
- with :
69
- image : ${{ matrix.imageRef }}
70
- token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
required : false
9
9
type : boolean
10
10
default : true
11
- disableTrivyScans :
12
- required : false
13
- type : boolean
14
11
secrets :
15
12
KUBEWEBHOOK_TOKEN :
16
13
required : true
52
49
${{ steps.deployment-starting.outputs.deployment-name }}
53
50
deployment-ok :
54
51
${{ steps.deployment.outcome == 'success' && 'true' || 'false' }}
55
-
56
- trivy :
57
- name : 🕵️ Trivy vulnerability scanner
58
- needs : [deploy]
59
- runs-on : ubuntu-latest
60
- if : ${{ ! inputs.disableTrivyScans }}
61
- strategy :
62
- fail-fast : false
63
- max-parallel : 3
64
- matrix :
65
- imageRef : ${{ fromJson(needs.deploy.outputs.manifests-images) }}
66
- steps :
67
- - uses : socialgouv/workflows/actions/trivy-scan-image@v1
68
- with :
69
- image : ${{ matrix.imageRef }}
70
- token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments