Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feature/reuse-comp…
Browse files Browse the repository at this point in the history
…liance

# Conflicts:
#	.github/workflows/push.yml
  • Loading branch information
JonasGilg committed Feb 16, 2024
2 parents f8bb77b + b123b38 commit 8e6b7af
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Push

on: ["push", "pull_request"]
on: ["push"]

jobs:
frontend:
Expand Down Expand Up @@ -60,6 +60,18 @@ jobs:
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LIGHTHOUSE_CI }}

scan:
name: gitleaks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: gitleaks/gitleaks-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITLEAKS_LICENSE: ${{ secrets.GITLEAKS_LICENSE }}

reuse:
name: Check Compliance with REUSE Specification
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e6b7af

Please sign in to comment.