Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
adfbb4d
Potential fix for code scanning alert: Workflow does not contain perm…
adelg003 Aug 12, 2025
a02c8c5
Potential fix for code scanning alert no. 15: Workflow does not conta…
adelg003 Aug 12, 2025
ac67a1d
Potential fix for code scanning alert no. 14: Workflow does not conta…
adelg003 Aug 12, 2025
4c7f082
Potential fix for code scanning alert no. 12: Workflow does not conta…
adelg003 Aug 12, 2025
900146c
Potential fix for code scanning alert no. 13: Workflow does not conta…
adelg003 Aug 12, 2025
4fef8b1
Potential fix for code scanning alert no. 11: Workflow does not conta…
adelg003 Aug 12, 2025
00d092b
Potential fix for code scanning alert no. 9: Workflow does not contai…
adelg003 Aug 12, 2025
4df955f
Potential fix for code scanning alert no. 7: Workflow does not contai…
adelg003 Aug 12, 2025
267858d
Potential fix for code scanning alert no. 10: Workflow does not conta…
adelg003 Aug 12, 2025
36e1839
Potential fix for code scanning alert no. 8: Workflow does not contai…
adelg003 Aug 12, 2025
b1b817f
Potential fix for code scanning alert no. 3: Workflow does not contai…
adelg003 Aug 12, 2025
5446255
Potential fix for code scanning alert no. 6: Workflow does not contai…
adelg003 Aug 12, 2025
2eaecd7
Potential fix for code scanning alert no. 5: Workflow does not contai…
adelg003 Aug 12, 2025
baa875c
Potential fix for code scanning alert no. 4: Workflow does not contai…
adelg003 Aug 12, 2025
920db7f
Potential fix for code scanning alert no. 2: Workflow does not contai…
adelg003 Aug 12, 2025
1709831
Potential fix for code scanning alert no. 1: Workflow does not contai…
adelg003 Aug 12, 2025
8e8c747
Update docker.yaml
adelg003 Aug 12, 2025
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
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Docker
permissions:
contents: read

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Markdown
permissions:
contents: read

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Python
permissions:
contents: read

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Rust
permissions:
contents: read

on:
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: Trivy
permissions:
contents: read

on:
pull_request:
Expand Down