Skip to content

build(deps-dev): Bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0 #2384

build(deps-dev): Bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0

build(deps-dev): Bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0 #2384

Workflow file for this run

name: git-secrets Check
permissions: {}
on:
push:
workflow_dispatch:
pull_request:
branches: ["main", "release-*"]
merge_group:
jobs:
git-secrets:
strategy:
matrix:
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Checkout awslabs/git-secrets
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
repository: awslabs/git-secrets
ref: master
path: git-secrets
- name: Install git-secrets
run: |
pushd git-secrets
sudo make install
popd
- name: Run git-secrets
run: |
git-secrets --register-aws
# If no files are provided, all files returned by git ls-files are scanned
git-secrets --scan