Pierre-Yves Lapersonne
Pierre-Yves Lapersonne
**Journey** Given the iOS app When I check my notifications I see a message saying someone and 0 other people are following be **App configuration** ```json { "meta": { "version":...
Using the following _gitleaks-actions.yaml_ bellow located in the _.github/workflows_ folder, the GitHub actions on push fails with the error: ```text You have an error in your yaml syntax on line...
Given the following **gitleaks-action** file placed in _.github/workflows_ on my GitHub project ```yaml name: gitleaks on: [pull_request, push, workflow_dispatch] jobs: scan: name: gitleaks runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with:...
# Description As an open source referent, a developer or a GitHub admin I want a precommit hook for Git commits checking author and commiter email, DCO, maybe GPG and...
# Description As an open source referent or a GitHub admin, I want a tool which will look for secrets, hotwords or sensitive data in both Git history and versioned...
_As a GitHub administrator Iw ant to track each repository and its files So that I can check if some files have a size bigge than a predefined limit in...
As a GitHub administrator, I want to check if some repositories have "large" files (Docker image, big blobs, etc) So that I can contact maintainers to ask to warn them...
# User story _As a software forge admin I want to compute the number of commits by contributors in a project So that I will be able to give dumb...
Provides a fake dumb projects on which each command of the toolbox will be ran so as to check if everything works well.
Maybe we should rewrite the project with TDD / BDD principles so as to industrialize the tool which is maintained in best effort. Not sure these scripts will be efficient...