Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- cron: "15 2 * * *" # Nightly-Build at 2:15 AM UTC

# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

env:
# ---- Language Versions ----
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/helm-charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
#
# SPDX-License-Identifier: Apache-2.0

# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

on:
release:
types: [published]
name: "Publish Helm Charts"
jobs:
helm:
name: Package and Publish
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: "Install yq"
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/helm-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
#
# SPDX-License-Identifier: Apache-2.0

name: "Update Helm Docs"
# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md


name: "Update Helm Docs"
on:
push:
branches:
- main
jobs:
helm-docs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository == 'secureCodeBox/secureCodeBox'
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

# MegaLinter GitHub Action configuration file
# More info at https://megalinter.github.io
name: MegaLinter
Expand All @@ -22,7 +25,7 @@ concurrency:
jobs:
build:
name: MegaLinter
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Git Checkout
- name: Checkout Code
Expand Down
23 changes: 13 additions & 10 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# SPDX-License-Identifier: Apache-2.0

# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

name: "Release Build"
on:
release:
Expand All @@ -18,7 +21,7 @@ jobs:

operator:
name: "Build | Operator"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -69,7 +72,7 @@ jobs:

auto-discovery-kubernetes:
name: "AutoDiscovery | Kubernetes"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -116,7 +119,7 @@ jobs:

auto-discovery-kubernetes-pull-secret-extractor:
name: "AutoDiscovery | Kubernetes | Pull Secret Extractor"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -163,7 +166,7 @@ jobs:

sdk:
name: "Build | SDKs"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -209,7 +212,7 @@ jobs:
hooks:
name: "Build | Hooks"
needs: sdk
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -275,7 +278,7 @@ jobs:

dashboardImporter:
name: Dashboard Importer
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -313,7 +316,7 @@ jobs:
parsers:
name: "Build | Parsers"
needs: sdk
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -402,7 +405,7 @@ jobs:

scanners-third-party:
name: "Build | Third Party Scanner"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -483,7 +486,7 @@ jobs:

scanners-custom:
name: "Build | Custom Scanner"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down Expand Up @@ -544,7 +547,7 @@ jobs:

demo-targets:
name: "Build | Custom Demo-Targets"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
continue-on-error: true
strategy:
matrix:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release-tweet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
#
# SPDX-License-Identifier: Apache-2.0

# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md


name: "Tweet about release"
on:
release:
types: [released]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Tweet
uses: twwd/twitter-github-action@v1
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/scb-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
# including mikefarah/yq to fetch local and remote versions of the scanners,
# crazy-max/ghaction-import-gpg to import a GPG key, and jq to parse the JSON output of the scanner version API.


# The CI runs on ubuntu-22.04; More info about the installed software is found here:
# https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2204-Readme.md

name: Check outdated scanners
on:
schedule:
- cron: "15 9 * * *" # Daily at 9:15 (avoids the beginning of the hour congestion)
jobs:
version-compare:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository == 'secureCodeBox/secureCodeBox'
strategy:
# Keep running other jobs even if one fails
Expand Down