Skip to content

Compliance IaaS v4 of gx-scs #275

Compliance IaaS v4 of gx-scs

Compliance IaaS v4 of gx-scs #275

name: "Compliance IaaS v4 of gx-scs"
on:
# Trigger compliance check every day at 4:30 UTC
schedule:
- cron: '30 4 * * *'
# Trigger compliance check after Docker image has been built
workflow_run:
workflows: [Build and publish scs-compliance-check Docker image]
types:
- completed
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check-gx-scs:
uses: ./.github/workflows/scs-compliance-check.yml
with:
version: v4
layer: iaas
cloud: "gx-scs"
secret_name: "OS_PASSWORD_GXSCS"
secrets: inherit