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
| version: '3.7' | |
| ##################################################### | |
| # This Docker Compose file contains two services | |
| # Dependency-Track API Server | |
| # Dependency-Track FrontEnd | |
| # Postgres Database | |
| # Adminer Database Management UI | |
| ##################################################### |
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
| repos=( | |
| "my-org-repo1" | |
| "my-org-repo2" | |
| ) | |
| for repo in "${repos[@]}" | |
| do | |
| gh api --method PUT /repos/<ORG>/$repo/collaborators/<USERNAME> -f permission=write --silent | |
| done |
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
| import copy | |
| import hashlib | |
| import json | |
| import os | |
| import sys | |
| from datetime import datetime, timezone, timedelta | |
| import elasticsearch | |
| import elastic_transport | |
| import requests |
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
| import json | |
| import sys | |
| from collections import defaultdict | |
| from datetime import datetime | |
| import requests | |
| from requests.auth import HTTPBasicAuth | |
| from loguru import logger |
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
| #!/usr/bin/env xdg-open | |
| [Desktop Entry] | |
| #Put this file in /usr/share/applications/ | |
| Name=WhatsApp | |
| GenericName=WhatsApp | |
| Comment=WhatsApp desktop webapp | |
| #Exec=webapp-container --store-session-cookies --webappUrlPatterns=https?://*.whatsapp.com/* --user-agent-string='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36 Edg/85.0.564.44' https://web.whatsapp.com %u | |
| Exec=/opt/google/chrome/google-chrome --app=https://web.whatsapp.com/ | |
| Terminal=false | |
| Type=Application |
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
| FROM ubuntu:latest | |
| CMD ["/bin/sh"] |
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
| #!/usr/bin/env python3 | |
| """ | |
| Python wrapper for the Secure Code Warrior API | |
| """ | |
| import urllib.request | |
| import json | |
| import re | |
| from enum import Enum |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am ismisepaul on github. | |
| * I am ismisepaul (https://keybase.io/ismisepaul) on keybase. | |
| * I have a public key ASDYBXpGzP_gJ88bQ8TwVH31TYRJkI1ZT01xHcEc0mKX2go | |
| To claim this, I am signing this object: |