-
Notifications
You must be signed in to change notification settings - Fork 38
ci: Supply Chain Hardening #81
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
Open
HackingRepo
wants to merge
16
commits into
coreruleset:main
Choose a base branch
from
HackingRepo:patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
3b5b4c3
Harden Github Actions
HackingRepo 5bf2c30
Harden workflow to be supply chain safe and remove old patterns
HackingRepo c99479a
Pin dependencies
HackingRepo 7fec59e
Harden publish workflow
HackingRepo aa3a209
Update publish.yml
HackingRepo 2a05fb1
Replace old commands
HackingRepo bd3b556
Create requirements-build.txt
HackingRepo e16d80b
Add forgetten --require-hashes
HackingRepo d7c4da1
Final supply chain hardening for ftw
HackingRepo 7d131a8
Update setup.py
HackingRepo 94f70e4
Add --no-deps for pip install .
HackingRepo 25e929c
Pin the version
HackingRepo 3a6322d
Add build
HackingRepo a6d0cf8
Fix yaml identation
HackingRepo bb7d86b
Update pinning to use SHA512
HackingRepo 45d25cb
Update pinning to use SHA512
HackingRepo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| twine==6.2.0 --hash=sha512:e0b7826a32625654ffe1f262c5b022c8026aea3f642a2a0d58bad5e0215c115e085ee7345d1953ca50fcc661f95f3943d036ef7974a0401f803a2b5a2951a796 | ||
| wheel==0.46.3 --hash=sha512:2ca4b84603344b8a29a2bd2850188751666a9f840c49869da644bd63eebfab097df32dd7086b85e6e93a7a9e161f6df3ece9fe1a42e622b6a8834ef444fd378b | ||
| setuptools==82.0.1 --hash=sha512:24132d3af7054ea6e75e3bc4fd90bbb845dd146a0f38d7411c3e7c183fe1c08e210c06c3f1302a41d639eb15467dc6312d1f22ba49c438296058e2dfd2ca9d8f | ||
| build==1.4.0 --hash=sha512:4c24accb4c1ad3352c5a528841b9950869ddfae88ec83dbc05bc06a28035751c9d54e209eabecc171f72905f84f38e505af9d866d9a0083a57a800ed4d85a878 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| Brotli==1.0.9 | ||
| IPy==1.01 | ||
| PyYAML==6.0 | ||
| pytest==6.2.5 | ||
| python-dateutil==2.8.2 | ||
| Brotli==1.2.0 --hash=sha512:e197edc1fc9097a77d6ba0fa48cf8b0f23fe7ce0b89d941bddc71c4bb35184823fdbb12d73e086a4c1b29913052db774a1a6bc8da9697bd9c4bbf8fdf2b4a322 | ||
| IPy==1.01 --hash=sha512:f0983254523025a1819d543877d9651fb6a9e39dabd3b043488495f681b02e43b544a0121658a0430a418a1c39b360a59db1699af87a75a16a2bdc29fcb2b74c | ||
| PyYAML==6.0.3 --hash=sha512:ffcb8aa66e6a09a70c08025006744d7a0948cdbfd5cd3b78bc50deb6416afca7d1dbcccef58804d2328d39a264b74cc15e9a08dd8f7305725b0a48a3585e6db4 | ||
| pytest==9.0.2 --hash=sha512:fabfaf0ed5c328b9f596a90f4b11f673b8bd25f0cdd80c1d3a4858ac699c2c2059a57d9eefd0cb10d3195bca341bb081c03045e1b30fcc799c302d069ec2b030 | ||
| python-dateutil==2.9.0 --hash=sha512:68c13dcfeef8f2b9e06fe6bbbd5f59367069f76718e9ffedfcfcf632c5ddb6bbd85bb94bddb1439f9793dc56066aa05b7ff4cc29e41dec6a6b0a5014c8f71334 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.