-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Metadata and governance updates
- Loading branch information
1 parent
bc14f1d
commit 4d41c0b
Showing
25 changed files
with
898 additions
and
701 deletions.
There are no files selected for viewing
This file contains 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,3 @@ | ||
# These are supported funding model platforms | ||
|
||
github: halostatue | ||
buy_me_a_coffee: halostatue | ||
ko_fi: halostatue | ||
|
This file contains 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 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,61 @@ | ||
name: Reviewdog | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
typos: | ||
if: ${{ github.event.action != 'closed' }} | ||
name: Typos | ||
runs-on: ubuntu-22.04 | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | ||
with: | ||
persist-credentials: false | ||
|
||
- uses: reviewdog/action-typos@2e6b919585397817d4fc55f0ee1dc771530b1089 #v1.13.0 | ||
|
||
actionlint: | ||
if: ${{ github.event.action != 'closed' }} | ||
name: Actionlint | ||
runs-on: ubuntu-22.04 | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | ||
with: | ||
persist-credentials: false | ||
|
||
- uses: reviewdog/action-actionlint@f3dcc52bc6039e5d736486952379dce3e869e8a2 #v1.63.0 | ||
|
||
standardrb: | ||
if: ${{ github.event.action != 'closed' }} | ||
name: 'Ruby: Standard' | ||
runs-on: ubuntu-22.04 | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 | ||
with: | ||
persist-credentials: false | ||
|
||
- uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 #v1.207.0 | ||
with: | ||
ruby-version: '3.3' | ||
bundler-cache: true | ||
|
||
- uses: kirillplatonov/action-standard@ce7fc0be158421b01e5d9dc20eef1dcabcf18e4b #v1.0.1 | ||
with: | ||
skip_install: true | ||
use_bundler: true |
This file contains 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,31 @@ | ||
name: GitHub Actions Security Analysis with zizmor | ||
|
||
on: | ||
push: | ||
branches: ["main"] | ||
pull_request: | ||
|
||
jobs: | ||
zizmor: | ||
name: zizmor latest via Cargo | ||
runs-on: ubuntu-latest | ||
permissions: | ||
security-events: write | ||
# required for workflows in private repositories | ||
contents: read | ||
actions: read | ||
steps: | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | ||
with: | ||
persist-credentials: false | ||
|
||
- uses: actions-rust-lang/setup-rust-toolchain@11df97af8e8102fd60b60a77dfbf58d40cd843b8 # v1.10.1 | ||
|
||
- run: cargo install --locked zizmor | ||
- run: zizmor --persona pedantic --format sarif . > results.sarif | ||
env: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 | ||
Check failure Code scanning / zizmor action has a known vulnerability Error
action has a known vulnerability
|
||
with: | ||
sarif_file: results.sarif | ||
category: zizmor |
This file contains 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,20 +1,14 @@ | ||
*.pyc | ||
*.rbc | ||
*.swp | ||
*~ | ||
.DS_Store | ||
*.gem | ||
.bundle/ | ||
.byebug_history | ||
.rake_tasks~ | ||
.rvmrc | ||
.source_index | ||
Gemfile.lock | ||
coverage.info | ||
coverage.vim | ||
coverage/ | ||
doc/ | ||
html/ | ||
pkg/ | ||
publish/ | ||
research/ | ||
spec/ldap.yml | ||
website/index.html | ||
.byebug_history | ||
vendor/ |
This file contains 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,50 +1,49 @@ | ||
--- | ||
exclude: !ruby/regexp '/ | ||
\.(?: | ||
tmp | | ||
swp | ||
)$ | ||
| | ||
\.(?: | ||
bundle | | ||
git | | ||
github | | ||
hg | | ||
idea | | ||
svn | | ||
vagrant | ||
\.gemspec$ | ||
| \.tmp$ | ||
| \.swp$ | ||
| ^\.(?: | ||
DS_Store | ||
| autotest | ||
| byebug_history | ||
| gemtest | ||
| gitattributes | ||
| gitignore | ||
| hoerc | ||
| minitest\.rb | ||
| simplecov-prelude\.rb | ||
| workenv | ||
| (?: | ||
appveyor | ||
| coveralls | ||
| fasterer | ||
| pullreview | ||
| rubocop.* | ||
| standard.* | ||
| travis | ||
| unused | ||
)\.yml | ||
| (?: | ||
typos | ||
)\.toml | ||
)$ | ||
| ^\.(?: | ||
bundle | ||
| github | ||
| git | ||
| hg | ||
| idea | ||
| svn | ||
| vagrant | ||
)\/ | ||
| | ||
[gG]emfile(?:\.lock)? | ||
| | ||
(?: | ||
support | | ||
research | ||
| [gG]emfile(?:\.lock)?$ | ||
| [Aa]ppraisals$ | ||
| (?i:TAGS)$ | ||
| Vagrantfile$ | ||
| ^(?: | ||
support | ||
| types | ||
| vendor | ||
)\/ | ||
| | ||
\b(?i:TAGS)$ | ||
| | ||
\.(?: | ||
appveyor | | ||
coveralls | | ||
fasterer | | ||
pullreview | | ||
rubocop* | | ||
travis | | ||
unused | ||
)\.yml$ | ||
| | ||
\.(?: | ||
DS_Store | | ||
autotest | | ||
byebug_history | | ||
gemtest | | ||
gitattributes | | ||
gitignore | | ||
hoerc | | ||
minitest.rb | | ||
simplecov-prelude.rb | ||
)$ | ||
| | ||
\.gemspec$ | ||
/x' |
This file contains 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,6 +1,13 @@ | ||
--- | ||
parallel: true | ||
ruby_version: 2.0 | ||
|
||
ignore: | ||
- 'diff-lcs.gemspec' | ||
- 'research/**/*' | ||
- 'pkg/**/*' | ||
- '*.gemspec' | ||
- research/**/* | ||
- pkg/**/* | ||
- Rakefile: | ||
- Layout/HeredocIndentation | ||
|
||
plugins: | ||
- standard-thread_safety |
Oops, something went wrong.