-
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.
Merge branch 'main' into standard-roles-revisited
- Loading branch information
Showing
172 changed files
with
10,834 additions
and
2,975 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
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 was deleted.
Oops, something went wrong.
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
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
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
18 changes: 9 additions & 9 deletions
18
.github/workflows/check-pco-prod2-v2.yml → ...hub/workflows/check-syseleven-dus2-v4.yml
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: "Compliance IaaS v2 of pco-prod2" | ||
name: "Compliance IaaS v4 of syseleven dus2 region" | ||
|
||
on: | ||
# Trigger compliance check every day at 4:30 UTC | ||
# Trigger compliance check every day at 4:10 UTC | ||
schedule: | ||
- cron: '30 4 * * *' | ||
- cron: '10 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-pco-prod2: | ||
uses: ./.github/workflows/scs-compliance-check.yml | ||
check-syseleven-dus2: | ||
uses: ./.github/workflows/scs-compliance-check-with-application-credential.yml | ||
with: | ||
version: v2 | ||
version: v4 | ||
layer: iaas | ||
cloud: "pco-prod2" | ||
secret_name: "OS_PASSWORD_PCOPROD2" | ||
cloud: "syseleven-dus2" | ||
secret_name: "OS_PASSWORD_SYSELEVEN_DUS2" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Compliance IaaS v3 of syseleven ham1 region" | ||
|
||
on: | ||
# Trigger compliance check every day at 4:09 UTC | ||
schedule: | ||
- cron: '09 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-syseleven-ham1: | ||
uses: ./.github/workflows/scs-compliance-check-with-application-credential.yml | ||
with: | ||
version: v3 | ||
layer: iaas | ||
cloud: "syseleven-ham1" | ||
secret_name: "OS_PASSWORD_SYSELEVEN_HAM1" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: "Compliance IaaS v4 of syseleven ham1 region" | ||
|
||
on: | ||
# Trigger compliance check every day at 4:15 UTC | ||
schedule: | ||
- cron: '15 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-syseleven-ham1: | ||
uses: ./.github/workflows/scs-compliance-check-with-application-credential.yml | ||
with: | ||
version: v4 | ||
layer: iaas | ||
cloud: "syseleven-ham1" | ||
secret_name: "OS_PASSWORD_SYSELEVEN_HAM1" | ||
secrets: inherit |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
name: Check links for modified files | ||
name: Check links in Markdown files | ||
|
||
on: | ||
"on": | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
push: | ||
branches: | ||
- main | ||
pull_request: # Add this section | ||
pull_request: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
markdown-link-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: gaurav-nelson/[email protected] | ||
with: | ||
use-quiet-mode: 'yes' | ||
use-verbose-mode: 'yes' | ||
check-modified-files-only: 'yes' | ||
# https://github.com/orgs/community/discussions/26738#discussioncomment-3253176 | ||
check-modified-files-only: ${{ contains(fromJSON('["push", "pull_request"]'), github.event_name) && 'yes' || 'no' }} | ||
config-file: 'mlc_config.json' | ||
base-branch: 'main' |
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,28 @@ | ||
name: Check Go syntax | ||
|
||
on: | ||
push: | ||
paths: | ||
- 'Tests/kaas/kaas-sonobuoy-tests/**/*.go' | ||
- .github/workflows/lint-go.yml | ||
|
||
jobs: | ||
lint-go-syntax: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Set up Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: '1.23' | ||
|
||
# Install golangci-lint | ||
- name: Install golangci-lint | ||
run: | | ||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0 | ||
# Run golangci-lint | ||
- name: Run golangci-lint | ||
working-directory: Tests/kaas/kaas-sonobuoy-tests | ||
run: golangci-lint run ./... -v |
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
Oops, something went wrong.