Skip to content

Merge pull request #4 from industrial-edge/fixing-inner-links #28

Merge pull request #4 from industrial-edge/fixing-inner-links

Merge pull request #4 from industrial-edge/fixing-inner-links #28

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2024 Siemens AG
#
# SPDX-License-Identifier: MIT
name: Gitleaks Scan
on: [push, pull_request]
jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run Gitleaks
uses: zricethezav/[email protected]
with:
args: "--path=."