This commit is contained in:
Andrey Kondratev
2025-08-29 10:57:50 +05:00
parent 6bde4bfd4c
commit b483ed71f2
11 changed files with 106 additions and 50 deletions

View File

@@ -34,13 +34,7 @@ jobs:
- name: Run yarn audit
run: yarn audit --level high
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
docker-security:
name: Docker Security Scan
@@ -59,4 +53,3 @@ jobs:
image-ref: 'quixotic:scan'
format: 'sarif'
output: 'trivy-results.sarif'