Skip to content

Commit

Permalink
chore(github): Shorten security workflow job names (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
misund authored Oct 24, 2022
1 parent 5e79514 commit aabcfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Security Scan
name: Security
on:
push: {}
pull_request: {}
schedule:
- cron: '0 0 * * *'
jobs:
supply-chain-security-validation:
name: Supply Chain Security Validation
name: Supply Chain
uses: coopnorge/github-workflow-supply-chain-security-validation/.github/workflows/supply-chain-security-validation.yaml@main

0 comments on commit aabcfcf

Please sign in to comment.