Compare commits

..

1 Commits

Author SHA1 Message Date
1ed32af740 Added network capability
Some checks failed
Python application / build (push) Has been cancelled
Added network capability in apparmor template
2025-12-12 13:34:39 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ jobs:
coverage report coverage report
- name: Analyze with SonarCloud - name: Analyze with SonarCloud
if: ${{ env.SONAR_TOKEN != 0 }} if: ${{ env.SONAR_TOKEN != 0 }}
uses: SonarSource/sonarqube-scan-action@v7 uses: SonarSource/sonarqube-scan-action@v6
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:

View File

@@ -6,6 +6,7 @@ profile {{slug}} flags=(attach_disconnected,mediate_deleted) {
# Capabilities # Capabilities
file, file,
signal (send) set=(kill,term,int,hup,cont), signal (send) set=(kill,term,int,hup,cont),
network,
# S6-Overlay # S6-Overlay
/init ix, /init ix,