Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
perryzjc authored Jun 8, 2023
1 parent ca41776 commit df8b7be
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
name: detect-secrets Action
name: 'detect-secrets Action'
description: 'Scans your GitHub repository for accidentally committed secrets, enhances code security, and aids in secret cleanup.'
branding:
icon: 'alert-octagon'
color: 'red'

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

jobs:
secret-detection:
runs-on: ubuntu-latest
Expand Down

0 comments on commit df8b7be

Please sign in to comment.