Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/security_scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
fi

- name: Run Trivy scan for logs
uses: aquasecurity/trivy-action@0.34.0
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: "fs"
scan-ref: "."
trivy-config: "trivy.yaml"
trivyignores: ".trivyignore"

- name: Run Trivy scan for SARIF report
uses: aquasecurity/trivy-action@0.34.0
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: "fs"
scan-ref: "."
Expand All @@ -48,7 +48,7 @@ jobs:
output: "trivy-results.sarif"

- name: Upload SARIF to GitHub Security tab
uses: github/codeql-action/upload-sarif@v4.32.3
uses: github/codeql-action/upload-sarif@v4.33.0
with:
sarif_file: "trivy-results.sarif"

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fi

- name: Run Trivy to generate SBOM
uses: aquasecurity/trivy-action@0.34.0
uses: aquasecurity/trivy-action@0.35.0
with:
scan-type: "fs"
scan-ref: "."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_terraform_module_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: ${{env.WORKING_DIR}}

- name: Setup Tflint
uses: terraform-linters/setup-tflint@v6.2.1
uses: terraform-linters/setup-tflint@v6.2.2
with:
tflint_wrapper_enabled: true

Expand Down
4 changes: 2 additions & 2 deletions base_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
PyGithub==2.8.1
jinja2==3.1.6
fabric==3.2.2
ops==3.5.2
ops==3.6.0
pylxd @ git+https://github.com/canonical/pylxd
requests==2.32.5
typing-extensions==4.15.0
cryptography==46.0.4
pydantic==1.10.26
cosl==1.4.0
cosl==1.6.1
PyYAML==6.0.3
pyOpenSSL==25.3.0
2 changes: 1 addition & 1 deletion github-runner-manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flask==3.1.2
PyGithub==2.8.1
jinja2==3.1.6
kombu==5.6.2
openstacksdk==4.9.0
openstacksdk==4.10.0
prometheus-client==0.24.1
pydantic==1.10.26
pymongo==4.16.0
Loading