Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
223 contributions in the last year
Contribution activity
November 2020
October 2020
Created 22 commits in 4 repositories
Created a pull request in michelin/ChopChop that received 4 comments
Added the ability to specify the 'non-presence' of HTTP headers.
You can specify them using a configuration file like this: --- insecure: false plugins: - uri: "/foobar" checks: - name: strict transport security …
Opened 11 other pull requests in 1 repository
michelin/ChopChop
11
merged
- We added a new attribute `uris` which allows a list of URI.
- Testing
- Read from an ioutil.ReadAll without losing HTTP response content
- Fixing ChopChop when we are not specifying a `url` or a `url-file`.
- Added colors handling for issues.
- Improved the linting for `chopchop.yml` by using `yamllint`.
- Added the ability to test specific checks by severity.
- Documentation improvement
- Added the ability to specific signatures to be checked.
- Added missing csv-file and json-file flags to showcase their usage
- Added other flags to specify CSV and JSON file if we want to (and not…