Skip to content

Commit fa691bc

Browse files
committed
docker-compose -> docker compose.
1 parent 200dead commit fa691bc

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/rss.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,26 +33,26 @@ jobs:
3333
docker pull ghcr.io/contrast-security-oss/contrast-documentation-rss/python3:latest
3434
- name: Generate RSS by Python
3535
run: |
36-
docker-compose run python3 python java_rlsnote.py
37-
docker-compose run python3 python dotnet_framework_rlsnote.py
38-
docker-compose run python3 python dotnet_core_rlsnote.py
39-
docker-compose run python3 python nodejs_rlsnote.py
40-
docker-compose run python3 python nodejs_beta_rlsnote.py
41-
docker-compose run python3 python nodejs_protect_rlsnote.py
42-
docker-compose run python3 python go_rlsnote.py
43-
docker-compose run python3 python python_rlsnote.py
44-
docker-compose run python3 python ruby_rlsnote.py
45-
docker-compose run python3 python php_rlsnote.py
46-
docker-compose run python3 python contrast_rlsnote.py
47-
docker-compose run python3 python java_support_tech.py
48-
docker-compose run python3 python dotnet_framework_support_tech.py
49-
docker-compose run python3 python dotnet_core_support_tech.py
50-
docker-compose run python3 python nodejs_support_tech.py
51-
docker-compose run python3 python go_support_tech.py
52-
docker-compose run python3 python python_support_tech.py
53-
docker-compose run python3 python ruby_support_tech.py
54-
docker-compose run python3 python php_support_tech.py
55-
docker-compose run -e TODAY=${{ github.event.inputs.today }} python3 python agent_end_support_chk.py
36+
docker compose run python3 python java_rlsnote.py
37+
docker compose run python3 python dotnet_framework_rlsnote.py
38+
docker compose run python3 python dotnet_core_rlsnote.py
39+
docker compose run python3 python nodejs_rlsnote.py
40+
docker compose run python3 python nodejs_beta_rlsnote.py
41+
docker compose run python3 python nodejs_protect_rlsnote.py
42+
docker compose run python3 python go_rlsnote.py
43+
docker compose run python3 python python_rlsnote.py
44+
docker compose run python3 python ruby_rlsnote.py
45+
docker compose run python3 python php_rlsnote.py
46+
docker compose run python3 python contrast_rlsnote.py
47+
docker compose run python3 python java_support_tech.py
48+
docker compose run python3 python dotnet_framework_support_tech.py
49+
docker compose run python3 python dotnet_core_support_tech.py
50+
docker compose run python3 python nodejs_support_tech.py
51+
docker compose run python3 python go_support_tech.py
52+
docker compose run python3 python python_support_tech.py
53+
docker compose run python3 python ruby_support_tech.py
54+
docker compose run python3 python php_support_tech.py
55+
docker compose run -e TODAY=${{ github.event.inputs.today }} python3 python agent_end_support_chk.py
5656
- name: Commit updated files
5757
run: |
5858
git config core.filemode false

0 commit comments

Comments
 (0)