Skip to content
View vandanrohatgi's full-sized avatar
🖖
🖖

Highlights

  • Pro

Block or report vandanrohatgi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
vandanrohatgi/README.md

Sup

Pinned Loading

  1. coreruleset/project-seaweed coreruleset/project-seaweed Public

    Testing CVEs against CRS

    Go 7 2

  2. google/go-github google/go-github Public

    Go library for accessing the GitHub v3 API

    Go 11k 2.2k

  3. AOC AOC Public

    Adevent of code solution go brrrrrrr

    Go

  4. C# code to return decompressed gzip ... C# code to return decompressed gzip data
    1
    public class Script: ScriptBase{
    2
      public override async Task < HttpResponseMessage > ExecuteAsync(){
    3
        var response = new HttpResponseMessage();
    4
        
    5
        var contentAsString = await this.Context.Request.Content.ReadAsStringAsync().ConfigureAwait(false);
  5. Script to generate a custom encrypti... Script to generate a custom encryption key and upload to GCP KMS. Assumes a keyring is already created.
    1
    #!/bin/bash
    2
    
                  
    3
    KEYRING="test"
    4
    KEY="test_key"
    5
    PROJECT="test_proj"
  6. Jenkins pipeline to create/update a ... Jenkins pipeline to create/update a secret in GCP Secret Manager. Allows devs to create secrets without the permission to view all the secrets.
    1
    pipeline {
    2
        agent any
    3
    
                  
    4
    
                  
    5
        stages {