mirror of
https://github.com/hatamiarash7/WireGuard-Config-Generator.git
synced 2025-06-09 19:26:40 +02:00
Merge branch 'main' of https://github.com/hatamiarash7/WireGuard-Config-Generator
This commit is contained in:
commit
0c7547a979
40
.github/workflows/codeql-analysis.yml
vendored
Normal file
40
.github/workflows/codeql-analysis.yml
vendored
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
name: CodeQL
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: ["main"]
|
||||||
|
pull_request:
|
||||||
|
branches: ["main"]
|
||||||
|
schedule:
|
||||||
|
- cron: "45 11 * * 1"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: Analyze
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
language: ["python"]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@v2
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
|
- name: Autobuild
|
||||||
|
uses: github/codeql-action/autobuild@v2
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v2
|
||||||
|
with:
|
||||||
|
category: "/language:${{matrix.language}}"
|
@ -1,6 +1,6 @@
|
|||||||
# WireGuard config generator
|
# WireGuard config generator
|
||||||
|
|
||||||
[](https://www.python.org/) [](https://GitHub.com/hatamiarash7/WireGuard-Config-Generator/releases/) [](https://github.com/hatamiarash7/WireGuard-Config-Generator/actions/workflows/pylint.yml)
|
[](https://www.python.org/) [](https://GitHub.com/hatamiarash7/WireGuard-Config-Generator/releases/) [](https://github.com/hatamiarash7/WireGuard-Config-Generator/actions/workflows/pylint.yml) [](https://github.com/hatamiarash7/WireGuard-Config-Generator/actions/workflows/codeql-analysis.yml)
|
||||||
|
|
||||||
This simple script will generate tunnel config files for WireGuard.
|
This simple script will generate tunnel config files for WireGuard.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user