Skip to content
View garymalaysia's full-sized avatar

Block or report garymalaysia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sec-tools sec-tools Public

    Sec-Tools is a docker container built with SAST and container scanning features.

    Dockerfile 1

  2. ethereum-scraper ethereum-scraper Public

    Transaction scraper

    JavaScript

  3. ZocSec.SecurityAsCode.GitHub ZocSec.SecurityAsCode.GitHub Public

    Forked from Zocdoc/ZocSec.SecurityAsCode.GitHub

    Open source code from the Zocdoc Information Security (ZocSec) SecurityAsCode initiative. Use AWS's in-built technologies to automate the remediation of common security problems.

    Python 1 1

  4. Advance ENTRYPOINT for Docker Container Advance ENTRYPOINT for Docker Container
    1
    #!/bin/bash
    2
    set -o errexit
    3
    
                  
    4
    case $1 in
    5
        trivy)