knox / Gitleaks-readme-7.sh
0 likes
0 forks
1 files
Last active
1 | Usage: |
2 | gitleaks [command] |
3 | |
4 | Available Commands: |
5 | completion generate the autocompletion script for the specified shell |
6 | dir scan directories or files for secrets |
7 | git scan git repositories for secrets |
8 | help Help about any command |
9 | stdin detect secrets from stdin |
10 | version display gitleaks version |
knox / Gitleaks-readme-6.sh
0 likes
0 forks
1 files
Last active
1 | ➜ SKIP=gitleaks git commit -m "skip gitleaks check" |
2 | Detect hardcoded secrets................................................Skipped |
knox / Gitleaks-readme-5.sh
0 likes
0 forks
1 files
Last active
1 | ➜ git commit -m "this commit contains a secret" |
2 | Detect hardcoded secrets.................................................Failed |
knox / Gitleaks-readme-4.sh
0 likes
0 forks
1 files
Last active
1 | repos: |
2 | - repo: https://github.com/gitleaks/gitleaks |
3 | rev: v8.19.0 |
4 | hooks: |
5 | - id: gitleaks |
knox / Gitleaks-readme-3.sh
0 likes
0 forks
1 files
Last active
1 | name: gitleaks |
2 | on: [pull_request, push, workflow_dispatch] |
3 | jobs: |
4 | scan: |
5 | name: gitleaks |
6 | runs-on: ubuntu-latest |
7 | steps: |
8 | - uses: actions/checkout@v3 |
9 | with: |
10 | fetch-depth: 0 |
knox / Gitleaks-readme-2.sh
0 likes
0 forks
1 files
Last active
1 | # MacOS |
2 | brew install gitleaks |
3 | |
4 | # Docker (DockerHub) |
5 | docker pull zricethezav/gitleaks:latest |
6 | docker run -v ${path_to_host_folder_to_scan}:/path zricethezav/gitleaks:latest [COMMAND] [OPTIONS] [SOURCE_PATH] |
7 | |
8 | # Docker (ghcr.io) |
9 | docker pull ghcr.io/gitleaks/gitleaks:latest |
10 | docker run -v ${path_to_host_folder_to_scan}:/path ghcr.io/gitleaks/gitleaks:latest [COMMAND] [OPTIONS] [SOURCE_PATH] |
knox / Gitleaks-readme-1.sh
0 likes
0 forks
1 files
Last active
1 | ➜ ~/code(master) gitleaks git -v |
2 | |
3 | ○ |
4 | │╲ |
5 | │ ○ |
6 | ○ ░ |
7 | ░ gitleaks |
8 | |
9 | |
10 | Finding: "export BUNDLE_ENTERPRISE__CONTRIBSYS__COM=cafebabe:deadbeef", |
knox / Haystack-readme-2.sh
0 likes
0 forks
1 files
Last active
1 | pip install haystack-ai |
knox / Haystack-readme-1.md
0 likes
0 forks
1 files
Last active
knox / vLLM-readme-2.bib
0 likes
0 forks
1 files
Last active
1 | @inproceedings{kwon2023efficient, |
2 | title={Efficient Memory Management for Large Language Model Serving with PagedAttention}, |
3 | author={Woosuk Kwon and Zhuohan Li and Siyuan Zhuang and Ying Sheng and Lianmin Zheng and Cody Hao Yu and Joseph E. Gonzalez and Hao Zhang and Ion Stoica}, |
4 | booktitle={Proceedings of the ACM SIGOPS 29th Symposium on Operating Systems Principles}, |
5 | year={2023} |
6 | } |