crazy-matt

Results 15 comments of crazy-matt
trafficstars

Hi guys, I wonder if you shouldn't put the default branch as being 'main'. As the new repos are now created with main as a standard on Github. But nothing...

Or putting in the README as a step example something like: ```yaml - name: "Temporarily disable 'include administrators' default branch protection" uses: benjefferies/[email protected] if: always() with: access-token: ${{ secrets.ACCESS_TOKEN }}...

Otherwise, I just loved the idea of this action to handle a situation that Github does not want to handle at the moment probably for security implications. Tested it and...

@johnjeffers I was experiencing the same issue using the gitleaks docker image. Until I revisit my toml config by validating it rule by rule and find out that one of...

This in your terragrunt.hcl might help: ```hcl locals { extra_atlantis_dependencies = [ "../secrets.json", ] } ```

I think there might be a misunderstanding here on the feature supported by `--ignore-parent-terragrunt`. You get the parent terragrunt config listed because of the use of an include block in...

It depends on the context actually. With GDPR, we should be able to scan them because some devs might be tempted pushing Personal Identifiable Information to do some mock testing

Isn't the rule below enough to do the job without entropy? https://github.com/crazy-matt/pre-commit-manager/blob/feat%2Ftf-hooks/.security/credscan-config.toml#L84 ``` [[rules]] description = "Email" regex = '''[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}''' tags = ["email"] [rules.allowlist] description = "ignore gitconfig emails" regexes...

I tried again with my rule (https://github.com/crazy-matt/pre-commit-manager/blob/6a8d586ecf4ec288ebbf935de0e793d7f9dafa4b/.security/credscan-config.toml#L84) + yours (https://github.com/crazy-matt/pre-commit-manager/blob/6a8d586ecf4ec288ebbf935de0e793d7f9dafa4b/.security/credscan-config.toml#L100) slightly modified, but I'm not sure this one can handle this kind of leak. And as you can see on...

also failed with go 1.16.5 darwin/amd64 ``` ❯ GO111MODULE=on go get -u github.com/sysdiglabs/kubectl-dig/cmd/kubectl-dig go get: github.com/docker/[email protected] updating to github.com/docker/[email protected]: parsing go.mod: module declares its path as: github.com/moby/spdystream but was required...