mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 20:26:30 +00:00
CI: Security Scanning Workflow Added
This commit is contained in:
parent
8dcd759c62
commit
1df0de0a56
1 changed files with 3 additions and 0 deletions
3
.github/workflows/openmw-mp.yml
vendored
3
.github/workflows/openmw-mp.yml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --install .
|
run: cmake --install .
|
||||||
|
|
||||||
|
- name: SAST-action
|
||||||
|
uses: IvanKuchin/SAST@latest
|
||||||
|
|
||||||
- name: Create Artifact
|
- name: Create Artifact
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo CI/make_package.sh
|
run: sudo CI/make_package.sh
|
||||||
|
|
Loading…
Reference in a new issue