Pierre-Yves Lapersonne

Results 81 issues of 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...

feature-new
Good first issue
feature-utils

# 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...

enhancement
feature-diver
feature-new
Good first issue

_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...

feature-diver
feature-new
next-release
Good first issue

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...

enhancement
feature-diver
feature-new
Good first issue

# 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...

enhancement
feature-diver
feature-new
Good first issue

Provides a fake dumb projects on which each command of the toolbox will be ran so as to check if everything works well.

enhancement

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...

question