diff --git a/.github/workflows/devguard-scanner.yaml b/.github/workflows/devguard-scanner.yaml index 931f11a2d..844d0dd48 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 2 + name: DevGuard-Workflow on: @@ -55,7 +58,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@github-v1 permissions: contents: read security-events: write @@ -72,7 +75,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@github-v1 permissions: contents: read packages: write @@ -97,7 +100,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@github-v1 permissions: contents: read packages: write @@ -122,7 +125,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@github-v1 permissions: contents: read packages: write