From d475b77db3129dc40a885cd380eb897ecb534a81 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Fri, 22 May 2026 15:00:34 +0200 Subject: [PATCH 1/4] Update workflow to use devguard-ci-components Signed-off-by: David Luhmer --- .github/workflows/devguard-scanner.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/devguard-scanner.yaml b/.github/workflows/devguard-scanner.yaml index 931f11a2d..29bde3d71 100644 --- a/.github/workflows/devguard-scanner.yaml +++ b/.github/workflows/devguard-scanner.yaml @@ -55,7 +55,7 @@ jobs: code-scanning: - uses: l3montree-dev/devguard-action/.github/workflows/code-scanning.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@nix permissions: contents: read security-events: write @@ -72,7 +72,7 @@ jobs: api-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' - uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix permissions: contents: read packages: write @@ -97,7 +97,7 @@ jobs: scanner-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' needs: [tests] - uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix permissions: contents: read packages: write @@ -122,7 +122,7 @@ jobs: postgresql-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') - uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix permissions: contents: read packages: write From 108f442c59547875c00f67ffc84adef844115654 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Fri, 22 May 2026 15:02:20 +0200 Subject: [PATCH 2/4] Update workflow references to use github-v1 Signed-off-by: David Luhmer --- .github/workflows/devguard-scanner.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/devguard-scanner.yaml b/.github/workflows/devguard-scanner.yaml index 29bde3d71..799812fe2 100644 --- a/.github/workflows/devguard-scanner.yaml +++ b/.github/workflows/devguard-scanner.yaml @@ -55,7 +55,7 @@ jobs: code-scanning: - uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@github-v1 permissions: contents: read security-events: write @@ -72,7 +72,7 @@ jobs: api-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' - uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1 permissions: contents: read packages: write @@ -97,7 +97,7 @@ jobs: scanner-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' needs: [tests] - uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1 permissions: contents: read packages: write @@ -122,7 +122,7 @@ jobs: postgresql-pipeline: if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') - uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@nix + uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1 permissions: contents: read packages: write From b2a2726ff11c9755d994cf239f48b20197ba6545 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Fri, 22 May 2026 15:15:00 +0200 Subject: [PATCH 3/4] Update devguard-scanner.yaml Signed-off-by: David Luhmer --- .github/workflows/devguard-scanner.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/devguard-scanner.yaml b/.github/workflows/devguard-scanner.yaml index 799812fe2..3e355a9f1 100644 --- a/.github/workflows/devguard-scanner.yaml +++ b/.github/workflows/devguard-scanner.yaml @@ -1,5 +1,8 @@ # DevSecOps Workflow Definition # This workflow is triggered on every push to the repository + +# Test 1 + name: DevGuard-Workflow on: From 2ffd1310c66600e5c73980d5eaf00066fe2d2cf1 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Fri, 22 May 2026 15:16:13 +0200 Subject: [PATCH 4/4] Update test comment in DevGuard workflow Signed-off-by: David Luhmer --- .github/workflows/devguard-scanner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devguard-scanner.yaml b/.github/workflows/devguard-scanner.yaml index 3e355a9f1..844d0dd48 100644 --- a/.github/workflows/devguard-scanner.yaml +++ b/.github/workflows/devguard-scanner.yaml @@ -1,7 +1,7 @@ # DevSecOps Workflow Definition # This workflow is triggered on every push to the repository -# Test 1 +# Test 2 name: DevGuard-Workflow