Skip to content
View AlexisMtr's full-sized avatar
🌈
🌈

Block or report AlexisMtr

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. azure-dev azure-dev Public

    Forked from Azure/azure-dev

    A developer CLI that reduces the time it takes for you to get started on Azure. The Azure Developer CLI (azd) provides a set of developer-friendly commands that map to key stages in your workflow -…

    Go

  2. a small markdown template to generat... a small markdown template to generate a vulnerabilities report based on AquaSec Trivy security reports on Kubernetes cluster using gomplate tool
    1
    #! /bin/bash
    2
    
                  
    3
    kubectl get vulnerabilityreports -A -ojson | \
    4
      gomplate -f trivy_report.md.tmpl -d "reports-list=stdin:?type=application/json" > $(date '+%Y-%m-%d').md