Skip to content

Compliance IaaS v3 of poc-wgcloud.osba #54

Compliance IaaS v3 of poc-wgcloud.osba

Compliance IaaS v3 of poc-wgcloud.osba #54

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