Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
chore(github): Shorten security workflow job names (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
misund authored Oct 25, 2022
1 parent 475bd65 commit 08b1854
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 08b1854

Please sign in to comment.