From 87005e9f8f9cec2b36a2dfcdd882f4c2d2e73da7 Mon Sep 17 00:00:00 2001 From: Martin Bruset Solberg Date: Fri, 11 Oct 2024 14:22:33 +0200 Subject: [PATCH 1/2] fix!: change default runner infrastructure --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index e2e5d41..554a579 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -28,7 +28,7 @@ on: runs-on: description: Defines the type of machine to run the jobs on. type: string - default: nrk-azure-intern + default: ubuntu-latest trivy-job-enabled: description: Scan repository for IaC vulnerabilities using Trivy. type: boolean From a66d389b87331c5a017f09b7455435a9e45e1860 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Oct 2024 12:27:11 +0000 Subject: [PATCH 2/2] docs: update readme with autodoc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2475e62..18a7084 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ uses: nrkno/github-workflow-terraform-config/.github/workflows/workflow.yaml@v4. - `terraform-ignore-files` (string, default `""`) - Comma-separated list of filepaths to remove before running Terraform operations. This is relative to the working-directory argument. - `status-comment-enabled` (boolean, default `true`) - Post a status comment in the pull request issue after checks have completed. - `status-comment-message` (string, default `""`) - A custom message to append to the status comment. -- `runs-on` (string, default `"nrk-azure-intern"`) - Defines the type of machine to run the jobs on. +- `runs-on` (string, default `"ubuntu-latest"`) - Defines the type of machine to run the jobs on. - `trivy-job-enabled` (boolean, default `true`) - Scan repository for IaC vulnerabilities using Trivy. - `trivy-ignore-unfixed` (boolean, default `true`) - Ignore vulnerabilities that do not have a known fix. - `trivy-sbom-enabled` (boolean, default `false`) - Generate a Software Bill of Materials (SBOM) report.