14 lines
210 B
YAML
14 lines
210 B
YAML
name: Security Recon
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- security-audit
|
|
|
|
jobs:
|
|
recon:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Placeholder
|
|
run: echo "Security audit complete. See issue #3."
|