File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# DevSecOps Workflow Definition
22# This workflow is triggered on every push to the repository
3+
4+ # Test 2
5+
36name : DevGuard-Workflow
47
58on :
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
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
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
You can’t perform that action at this time.
0 commit comments