Skip to content

Compliance IaaS v4 of scs2 #32

Compliance IaaS v4 of scs2

Compliance IaaS v4 of scs2 #32

Workflow file for this run

name: "Compliance IaaS v4 of scs2"
on:
# Trigger compliance check every day at 4:45 UTC
schedule:
- cron: '45 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-scs2:
uses: ./.github/workflows/scs-compliance-check-with-application-credential.yml
with:
version: v4
layer: iaas
cloud: "scs2"
secret_name: "OS_ACSECRET_SCS2"
secrets: inherit