Skip to content

Bump ip from 2.0.0 to 2.0.1 in /src/UIs/angular #321

Bump ip from 2.0.0 to 2.0.1 in /src/UIs/angular

Bump ip from 2.0.0 to 2.0.1 in /src/UIs/angular #321

Workflow file for this run

name: gitleaks
on:
push:
pull_request:
workflow_dispatch:
jobs:
scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: use gitleaks docker image
run: |
docker pull zricethezav/gitleaks:latest
echo $GITHUB_WORKSPACE
docker run -v $GITHUB_WORKSPACE:/path zricethezav/gitleaks:latest detect --source="/path" --verbose --no-git
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE}} # Only required for Organizations, not personal accounts.