Compliance IaaS v3 of wavestack #719
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Compliance IaaS v3 of wavestack" | |
| 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-wavestack: | |
| uses: ./.github/workflows/scs-compliance-check.yml | |
| with: | |
| version: v3 | |
| layer: iaas | |
| cloud: "wavestack" | |
| secret_name: "OS_PASSWORD_WAVESTACK" | |
| secrets: inherit |