Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stepsecurity remediation 1726530247 #104

Merged
merged 5 commits into from
Sep 18, 2024
Merged
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
2 changes: 1 addition & 1 deletion .github/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hadolint global ignore=DL3033,SC3044
FROM fedora:20
FROM fedora:20@sha256:5d5a02b873d298da9bca4b84440c5cd698b0832560c850d92cf389cef58bc549

ENV PATH="${PATH}:/root/.cargo/bin/"

Expand Down
56 changes: 56 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
version: 2
updates:
- package-ecosystem: docker
directory: /.github/builder
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

- package-ecosystem: docker
directory: /
schedule:
interval: daily

- package-ecosystem: docker
directory: /examples/manual-example
schedule:
interval: daily

- package-ecosystem: docker
directory: /examples/tutorials/edk2-simics-platform
schedule:
interval: daily

- package-ecosystem: docker
directory: /examples/tutorials/edk2-uefi
schedule:
interval: daily

- package-ecosystem: docker
directory: /examples/tutorials/risc-v-kernel
schedule:
interval: daily

- package-ecosystem: docker
directory: /tests/rsrc/riscv-64
schedule:
interval: daily

- package-ecosystem: docker
directory: /tests/rsrc/x86_64-breakpoint-uefi-edk2
schedule:
interval: daily

- package-ecosystem: docker
directory: /tests/rsrc/x86_64-timeout-uefi-edk2
schedule:
interval: daily

- package-ecosystem: docker
directory: /tests/rsrc/x86_64-uefi-edk2
schedule:
interval: daily
Loading