-
Notifications
You must be signed in to change notification settings - Fork 0
20250902 fips #11
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
Closed
Closed
20250902 fips #11
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fbd93b0
Install Security PR Check GitHub Action
vsecurity-github-bot 74efdbf
Workflow Updates - Runners, Only targets we use, limit python version…
nickvines e9f54b3
Enable FIPS
nickvines 3729222
Workflow tweaks
nickvines c56cc7b
Remove unused release variable
nickvines 51f1f47
Remove unused linux/mac workflow env
nickvines 2ca29a9
override free in ci-matrix
nickvines 943411a
Hardcode python name
nickvines e77844e
Lots of workflow changes, claude crazy
nickvines 6f6dd25
Lots of workflow changes, claude crazy
nickvines dd74c54
Find latest xcode sdk
nickvines 907c1ac
Reduce number of targets to just install only
nickvines 10e98f2
Change compilation option
nickvines 21c504a
Pick our workflows
nickvines 52f57fc
Add bin utils to repo
nickvines 191c0a9
More unknown linux aarch64 targets
nickvines 2c7b8f2
Logging
nickvines 1c59f16
more simple build debug
nickvines dbd3cab
more debug
nickvines d188ea7
less targets for unknown linux
nickvines 04037c0
update targets
nickvines 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
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,10 @@ | ||
| name: security-3rd-party-pr-checks | ||
| on: | ||
| # Allow for manual run of security workflows | ||
| workflow_dispatch: | ||
| # Scan changed files in PRs (diff-aware scanning): | ||
| pull_request: {} | ||
| jobs: | ||
| running-3rd-party-pr-security-checks: | ||
| uses: verkada/securitybots/.github/workflows/3rd-party-pr-checks.yml@main | ||
| secrets: inherit | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Check warning
Code scanning / zizmor
secrets unconditionally inherited by called workflow Warning