Skip to content
View levilugato's full-sized avatar
🌏
Working from home
🌏
Working from home

Block or report levilugato

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. Clambda-ViruScan Clambda-ViruScan Public

    A lambda function that exposes an endpoint to scan files against malware / virus inside S3 Buckets

    JavaScript

  2. zenhub-issues-to-csv zenhub-issues-to-csv Public

    Script to get all pipelines Ids from Zenhub Grapqhql retrieves all Issues by pipeline and and export it to csv files

    Python

  3. gitlab-kops-aws gitlab-kops-aws Public

    Shell 2

  4. talk-infraascode-agiletalks2019 talk-infraascode-agiletalks2019 Public

    Códigos utilizados na Talk sobre Infraestrutura como código - realizada no SENAC Ribeirão Preto-SP

    HCL

  5. get_github_token.rb get_github_token.rb
    1
    #!/usr/bin/ruby
    2
    
                  
    3
    require 'openssl'
    4
    require 'jwt'  # https://rubygems.org/gems/jwt
    5
    require 'net/http'
  6. get_unused_resources_aws.py get_unused_resources_aws.py
    1
    #!/usr/bin/python3
    2
    import boto3
    3
    import datetime
    4
    from datetime import datetime, timedelta, date
    5
    from string import Template