Skip to content

Commit

Permalink
Gitleaks v7 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski authored Jan 11, 2022
1 parent 20b3034 commit f94ecfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# GitHub Action for Gitleaks

[![GitHub release (latest by date)](https://img.shields.io/github/v/release/DariuszPorowski/github-action-gitleaks)](https://github.com/DariuszPorowski/github-action-gitleaks/releases)

This GitHub Action provides a way to run [Gitleaks](https://github.com/zricethezav/gitleaks) in your CI/CD workflow.

> NOTE: v1 of this GitHub Action supports only the latest version of Gitleaks from v7 release (v7.6.1).
## Inputs

| Name | Required | Type | Default value | Description |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ outputs:

runs:
using: "docker"
image: "docker://ghcr.io/dariuszporowski/github-action-gitleaks:latest"
image: "docker://ghcr.io/dariuszporowski/github-action-gitleaks:7.6.1"

0 comments on commit f94ecfb

Please sign in to comment.