chore(security): remove Snyk security workflow and update renovate configuration #549
@@ -59,19 +59,19 @@ jobs:
|
|||||||
- name: Minimize uv cache
|
- name: Minimize uv cache
|
||||||
run: uv cache prune --ci
|
run: uv cache prune --ci
|
||||||
|
|
||||||
- name: Set up environment for Snyk
|
# - name: Set up environment for Snyk
|
||||||
run: |
|
# run: |
|
||||||
uv pip freeze > requirements.txt
|
# uv pip freeze > requirements.txt
|
||||||
mv pyproject.toml pyproject.toml.bak
|
# mv pyproject.toml pyproject.toml.bak
|
||||||
mv uv.lock uv.lock.bak
|
# mv uv.lock uv.lock.bak
|
||||||
|
|
||||||
- name: Snyk SAST Scan
|
# - name: Snyk SAST Scan
|
||||||
uses: snyk/actions/python@master
|
# uses: snyk/actions/python@master
|
||||||
env:
|
# env:
|
||||||
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
# SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
|
||||||
with:
|
# with:
|
||||||
# command: snyk
|
# # command: snyk
|
||||||
args: snyk code test #--all-projects --exclude=.archive
|
# args: snyk code test #--all-projects --exclude=.archive
|
||||||
|
|
||||||
# - name: SonarQube Scan
|
# - name: SonarQube Scan
|
||||||
# uses: SonarSource/sonarqube-scan-action@v5.2.0
|
# uses: SonarSource/sonarqube-scan-action@v5.2.0
|
||||||
@@ -88,8 +88,8 @@ jobs:
|
|||||||
# command: snyk
|
# command: snyk
|
||||||
# args: test --all-projects
|
# args: test --all-projects
|
||||||
|
|
||||||
- name: Reverse set up environment for Snyk
|
# - name: Reverse set up environment for Snyk
|
||||||
run: |
|
# run: |
|
||||||
rm -f requirements.txt
|
# rm -f requirements.txt
|
||||||
mv pyproject.toml.bak pyproject.toml
|
# mv pyproject.toml.bak pyproject.toml
|
||||||
mv uv.lock.bak uv.lock
|
# mv uv.lock.bak uv.lock
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"semanticCommitScope": "deps",
|
"semanticCommitScope": "deps",
|
||||||
"semanticCommitType": "feat",
|
"semanticCommitType": "feat",
|
||||||
|
"osvVulnerabilityAlerts": true,
|
||||||
|
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"commitMessagePrefix": "[SECURITY] ",
|
"commitMessagePrefix": "[SECURITY] ",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user