Skip to content

build(deps): Bump com.mycila:license-maven-plugin from 4.5 to 4.6 #989

build(deps): Bump com.mycila:license-maven-plugin from 4.5 to 4.6

build(deps): Bump com.mycila:license-maven-plugin from 4.5 to 4.6 #989

Workflow file for this run

name: git-secrets Check
permissions: {}
on:
push:
workflow_dispatch:
jobs:
git-secrets:
strategy:
matrix:
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Checkout awslabs/git-secrets
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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