Monthly Security POAM #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Monthly Security POAM | |
on: | |
schedule: | |
- cron: 0 0 1 * * | |
workflow_dispatch: | |
jobs: | |
create_issue: | |
name: Create monthly POAM issue | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Create monthly POAM issue | |
run: | | |
new_issue_url=$(gh issue create \ | |
--title "$TITLE" \ | |
--assignee "$ASSIGNEES" \ | |
--label "$LABELS" \ | |
--body "$BODY") | |
env: | |
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
GH_REPO: ${{ github.repository }} | |
TITLE: POAM - [MONTH] '24 | |
LABELS: "Role: Dev,Type: Task" | |
BODY: | | |
# Summary | |
POAM for [MONTH] 2024 | |
- [ ] USWDS | |
- [ ] USWDS-Site | |
- [ ] USWDS-Sandbox | |
- [ ] USWDS-Next | |
- [ ] USWDS-Compile | |
- [ ] USWDS-Tutorial | |
- [ ] Public Sans |