Skip to content

Commit

Permalink
Clean gitleaks remnants.
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-ebs-ext committed Jan 23, 2025
1 parent 4ebe324 commit 0feb264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 59 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/gitleaks.yml

This file was deleted.

12 changes: 2 additions & 10 deletions workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ Runs devtools::check() and devtools::test() on the R package inside the checked

Runs tests on the installed package, generates the qc documentation and uploads it as an artifact for later consumption.

### [`gitleaks.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/gitleaks.yml)

Runs [`gitleaks`](https://github.com/zricethezav/gitleaks) on the repo to discover any secrets that might have been hardcoded.

### [`lintr.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/lintr.yml)

Runs lintr on the repo with the linting settings specified in the container image.
Runs lintr on the repo with the linting settings specified in the container image, except when overriden by a repository-specific `.lintr.R` configuration file.

### [`pkgdown.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/pkgdown.yml)

Expand All @@ -23,7 +19,7 @@ Generates a [`pkgdown`](https://pkgdown.r-lib.org/) website and uploads it to Gi
### [`roxygen.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/roxygen.yml)

Uses [`roxygen`](https://roxygen2.r-lib.org/) to generate `.Rd` files in the
`man/` directory. It also checks if manuals are up-to-date with roxygen comments in the code.
`man/` directory. It also checks if manuals are up-to-date with roxygen comments in the code. (Currently broken).

### [`release.yml`](https://github.com/boehringer-ingelheim/dv.templates/blob/main/.github/workflows/release.yml)

Expand Down Expand Up @@ -64,10 +60,6 @@ jobs:
with:
lintr_error_on_lint: true

gitleaks:
name: Gitleaks 🌧️
uses: boehringer-ingelheim/dv.templates/.github/workflows/gitleaks.yml@main

roxygen:
name: Roxygen 📄
uses: boehringer-ingelheim/dv.templates/.github/workflows/roxygen.yml@main
Expand Down

0 comments on commit 0feb264

Please sign in to comment.