Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminwilcox committed Jan 9, 2025
1 parent 9454b3a commit 291d8bc
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ jobs:
secrets: inherit

notify-uds-security-hub:
runs-on: ubuntu-latest
steps:
- name: Kick off scan in UDS Security Hub
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
-d '{
"ref": "main"
}' \
https://api.github.com/repos/defenseunicorns/uds-security-hub/actions/workflows/scan.yaml/dispatches
runs-on: ubuntu-latest
steps:
- name: Kick off scan in UDS Security Hub
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.WORKFLOW_TOKEN }}" \
-H "Accept: application/vnd.github+json" \
-d '{
"ref": "main"
}' \
https://api.github.com/repos/defenseunicorns/uds-security-hub/actions/workflows/scan.yaml/dispatches

0 comments on commit 291d8bc

Please sign in to comment.