Skip to content

Commit 258849c

Browse files
authored
Merge pull request #2046 from l3montree-dev/programmatic-ci
Draft: Update workflow to use devguard-ci-components
2 parents 8a3a953 + 2ffd131 commit 258849c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# DevSecOps Workflow Definition
22
# This workflow is triggered on every push to the repository
3+
4+
# Test 2
5+
36
name: DevGuard-Workflow
47

58
on:
@@ -55,7 +58,7 @@ jobs:
5558

5659

5760
code-scanning:
58-
uses: l3montree-dev/devguard-action/.github/workflows/code-scanning.yml@nix
61+
uses: l3montree-dev/devguard-ci-components/.github/workflows/code-scanning.yml@github-v1
5962
permissions:
6063
contents: read
6164
security-events: write
@@ -72,7 +75,7 @@ jobs:
7275

7376
api-pipeline:
7477
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
75-
uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix
78+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
7679
permissions:
7780
contents: read
7881
packages: write
@@ -97,7 +100,7 @@ jobs:
97100
scanner-pipeline:
98101
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main'
99102
needs: [tests]
100-
uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix
103+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
101104
permissions:
102105
contents: read
103106
packages: write
@@ -122,7 +125,7 @@ jobs:
122125

123126
postgresql-pipeline:
124127
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
125-
uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix
128+
uses: l3montree-dev/devguard-ci-components/.github/workflows/full-nix.yml@github-v1
126129
permissions:
127130
contents: read
128131
packages: write

0 commit comments

Comments
 (0)