-
-
Notifications
You must be signed in to change notification settings - Fork 100
Merge release/1.6 -> main #1744
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
141976b
b589d42
1d7b18c
e2a1f19
bdc6cab
8f96c05
99e451e
0910c8c
bf0db2b
56040c2
cd6e40c
858a17e
ab48854
5045ba1
e351296
5c54594
63ed61b
3687ebd
6b82273
7f339c0
fcb137a
9d175b7
e8754c5
8be6d9d
29a2f75
8b9c242
d8b70a2
6083d31
2834e11
5cb6920
68fe539
e3a3b09
ce42a55
cc477fd
dcfe3ed
9e83248
37b76a6
4c97cce
5c9c893
fa273a4
45496e4
e6a13da
53eccb8
465e5ae
48a672d
4b7d523
ac35f5b
b338cc8
0659ae1
da226a8
5aa68b2
3b3dc27
2f1af6b
283ba12
c15367f
94a6e2a
a9cf75c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,6 @@ | ||
| -s dir | ||
| --name defguard | ||
| --description "defguard core service" | ||
| --description "Defguard Core service" | ||
| --url "https://defguard.net/" | ||
| --maintainer "teonite" | ||
| --maintainer "Defguard" | ||
| --config-files /etc/defguard/core.conf |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - dev | ||
| - "release/**" | ||
| paths-ignore: | ||
| - "*.md" | ||
| - "LICENSE" | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - dev | ||
| - "release/**" | ||
| paths-ignore: | ||
| - "*.md" | ||
| - "LICENSE" | ||
|
|
||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| test-web: | ||
| runs-on: | ||
| - codebuild-defguard-core-runner-${{ github.run_id }}-${{ github.run_attempt }} | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| with: | ||
| submodules: "recursive" | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 24 | ||
| - name: install deps | ||
| working-directory: ./web | ||
| run: | | ||
| npm i -g npm pnpm | ||
| pnpm i --frozen-lockfile | ||
| - name: Run tests | ||
| working-directory: ./web | ||
| run: pnpm run test | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.