-
Notifications
You must be signed in to change notification settings - Fork 7
chore: automate clean-up of attestations #1200
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
base: main
Are you sure you want to change the base?
Changes from all commits
b531c69
bb9a228
6419753
9913f7d
b46a5f2
34fe70e
df577b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,12 +5,54 @@ on: | |||||||
| schedule: | ||||||||
| - cron: "0 0 * * 3" | ||||||||
| workflow_dispatch: | ||||||||
| inputs: | ||||||||
| image-cleanup-dry-run: | ||||||||
| default: false | ||||||||
| type: boolean | ||||||||
| attestation-cleanup-dry-run: | ||||||||
| default: false | ||||||||
| type: boolean | ||||||||
|
|
||||||||
| permissions: {} | ||||||||
|
|
||||||||
| jobs: | ||||||||
| collect-digests: | ||||||||
| name: 📦 Collect Digests (${{ matrix.package }}) | ||||||||
| runs-on: ubuntu-latest | ||||||||
| strategy: | ||||||||
| fail-fast: false | ||||||||
| matrix: | ||||||||
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | ||||||||
|
||||||||
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | |
| package: | |
| [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MegaLinter] reported by reviewdog 🐶
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | |
| package: | |
| [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,20 +8,99 @@ on: | |||||||
| permissions: {} | ||||||||
|
|
||||||||
| jobs: | ||||||||
| collect-pr-digests: | ||||||||
| name: 📦 Collect PR Digests (${{ matrix.package }}) | ||||||||
| runs-on: ubuntu-latest | ||||||||
| strategy: | ||||||||
| fail-fast: false | ||||||||
| matrix: | ||||||||
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | ||||||||
|
||||||||
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | |
| package: | |
| [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] |
Fixed
Show fixed
Hide fixed
Fixed
Show fixed
Hide fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[MegaLinter] reported by reviewdog 🐶
| package: [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] | |
| package: | |
| [amp-devcontainer-base, amp-devcontainer-cpp, amp-devcontainer-rust] |
Uh oh!
There was an error while loading. Please reload this page.