Skip to content

Commit

Permalink
Add copyright and secret scan
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-hpe committed Sep 20, 2024
1 parent fc10c14 commit eecf2fd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/copyright.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# (c) Copyright 2024 Hewlett Packard Enterprise Development LP
name: Copyright check

on: # yamllint disable-line rule:truthy
pull_request:

jobs:
copyright-check:
uses: hpe-actions/copyright/.github/workflows/copyright.yml@v2
with:
fix: true
14 changes: 14 additions & 0 deletions .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# (C) Copyright 2024 Hewlett Packard Enterprise Development LP

name: Secrets Scanner

on:
pull_request:
push:
branches:
- main
- master

jobs:
secrets-scanner:
uses: hpe-actions/secrets-scanner/.github/workflows/secrets-scanner.yml@v2

0 comments on commit eecf2fd

Please sign in to comment.