Skip to content
View ollytheninja's full-sized avatar
Block or Report

Block or report ollytheninja

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

  1. AWSHelper AWSHelper Public

    Chrome Extension to make working with the AWS Console easier

    JavaScript 4

  2. glassechidna/trackiam glassechidna/trackiam Public

    A project to collate IAM actions, AWS APIs and managed policies from various public sources.

    Go 279 26

  3. validate_aws_key.py validate_aws_key.py
    1
    import boto3
    2
    import botocore
    3
    
                  
    4
    
                  
    5
    def validate_key(id, secret):
  4. How to get Anchore Engine up and run... How to get Anchore Engine up and running with Helm 3 and Kubernetes quick and easy
    1
    # Requires kubernetes and Helm v3 installed
    2
    
                  
    3
    # Install using Helm chart
    4
    helm repo add anchore https://charts.anchore.io
    5
    helm install anchore-1 anchore/anchore-engine