-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add PoC-WGCloud entry into README.md. Signed-off-by: Kurt Garloff <[email protected]> * Allow for up to 500s for slow clouds. Signed-off-by: Kurt Garloff <[email protected]> * Disable broken regio Health-Mon. Signed-off-by: Kurt Garloff <[email protected]> * Fix link to badge. Signed-off-by: Kurt Garloff <[email protected]> * Add and use v3 of the compliance check fpr poc-wgcloud for now. The v4 entropy test does not seem to work correctly yet. Signed-off-by: Kurt Garloff <[email protected]> --------- Signed-off-by: Kurt Garloff <[email protected]>
- Loading branch information
Showing
3 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Compliance IaaS v4 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 |
This file contains 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
This file contains 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