File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
generated/source-repo/azure Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
- bash : |
15
15
echo "• init"
16
16
bash /work/rhtap/init.sh
17
- name: Init
17
+ name: init
18
18
env:
19
19
ROX_API_TOKEN: $(ROX_API_TOKEN)
20
20
GITOPS_AUTH_PASSWORD: $(GITOPS_AUTH_PASSWORD)
30
30
bash /work/rhtap/buildah-rhtap.sh
31
31
echo "• cosign-sign-attest"
32
32
bash /work/rhtap/cosign-sign-attest.sh
33
- name: Build
33
+ name: build
34
34
env:
35
35
ROX_API_TOKEN: $(ROX_API_TOKEN)
36
36
GITOPS_AUTH_PASSWORD: $(GITOPS_AUTH_PASSWORD)
44
44
- bash : |
45
45
echo "• update-deployment"
46
46
bash /work/rhtap/update-deployment.sh
47
- name: Deploy
47
+ name: deploy
48
48
env:
49
49
ROX_API_TOKEN: $(ROX_API_TOKEN)
50
50
GITOPS_AUTH_PASSWORD: $(GITOPS_AUTH_PASSWORD)
62
62
bash /work/rhtap/acs-image-check.sh
63
63
echo "• acs-image-scan"
64
64
bash /work/rhtap/acs-image-scan.sh
65
- name: Scan
65
+ name: scan
66
66
env:
67
67
ROX_API_TOKEN: $(ROX_API_TOKEN)
68
68
GITOPS_AUTH_PASSWORD: $(GITOPS_AUTH_PASSWORD)
78
78
bash /work/rhtap/show-sbom-rhdh.sh
79
79
echo "• summary"
80
80
bash /work/rhtap/summary.sh
81
- name: Summary
81
+ name: summary
82
82
env:
83
83
ROX_API_TOKEN: $(ROX_API_TOKEN)
84
84
GITOPS_AUTH_PASSWORD: $(GITOPS_AUTH_PASSWORD)
Original file line number Diff line number Diff line change 4
4
echo "• {{ substep }} "
5
5
bash /work/rhtap/{{ substep }} .sh
6
6
{%- endfor %}
7
- name: {{ step .name | title }}
7
+ name: {{ step .name | replace ( " " , " _ " ) }}
8
8
env:
9
9
{%- filter indent (2) -%}
10
10
{%- for secret in secrets %}
You can’t perform that action at this time.
0 commit comments