-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update template files and scripts (#7)
- Loading branch information
1 parent
c55e361
commit d84ba29
Showing
18 changed files
with
237 additions
and
186 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# If Renovate is not the author of the PR that triggers this workflow, it will do nothing. | ||
# If Renovate is the author of the PR that triggers this workflow, but the workflow event is anything but "opened", it will do nothing. | ||
# If Renovate is the author of the PR that triggers this workflow, and the workflow event is "opened", it will: | ||
# 1. Autoformat using pre-commit and, if necessary, push an additional commit to the PR with the autoformat fixes. | ||
# 2. Add the "/test all" comment to the PR, so that the Slash Command Dispatch workflow is triggered automatically. | ||
# | ||
# See ADR #0008. | ||
name: auto-test | ||
on: | ||
pull_request: | ||
# WARNING: DO NOT ADD MORE EVENT TYPES HERE! Because this workflow will push a new commit to the PR in the Autoformat step, adding more event types may cause an infinite loop. | ||
types: | ||
- opened | ||
|
||
permissions: | ||
id-token: write | ||
contents: write | ||
|
||
defaults: | ||
run: | ||
# We need -e -o pipefail for consistency with GitHub Actions' default behavior | ||
shell: bash -e -o pipefail {0} | ||
|
||
jobs: | ||
renovate-test: | ||
if: github.event.client_payload.github.actor == 'renovate[bot]' || github.actor == 'renovate[bot]' | ||
uses: defenseunicorns/delivery-github-actions-workflows/.github/workflows/renovate-test.yml@main | ||
secrets: | ||
APPLICATION_ID: ${{ secrets.NARWHAL_BOT_APP_ID }} | ||
APPLICATION_PRIVATE_KEY: ${{ secrets.NARWHAL_BOT_SECRET }} | ||
AWS_COMMERCIAL_ROLE_TO_ASSUME: ${{ secrets.NARWHAL_AWS_COMMERCIAL_ROLE_TO_ASSUME }} | ||
AWS_GOVCLOUD_ROLE_TO_ASSUME: ${{ secrets.NARWHAL_AWS_GOVCLOUD_ROLE_TO_ASSUME }} | ||
with: | ||
# we don't want checks here | ||
checks: |- | ||
checks: [] |
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
defenseunicorns/terraform-aws-rolesanywhere | ||
defenseunicorns/terraform-aws-vpc | ||
defenseunicorns/helm-charts | ||
defenseunicorns/delivery-aws-iac-utils | ||
defenseunicorns/delivery-github-actions-workflows | ||
defenseunicorns/delivery-github-repo-management |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
defenseunicorns/terraform-aws-workspaces | ||
defenseunicorns/terraform-aws-iam-saml-idp | ||
defenseunicorns/terraform-aws-appstream | ||
defenseunicorns/terraform-aws-uds-sops |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#old, before uds rename | ||
|
||
defenseunicorns/delivery-aws-iac | ||
defenseunicorns/terraform-aws-appstream | ||
defenseunicorns/terraform-aws-eks | ||
defenseunicorns/terraform-aws-iam-saml-idp | ||
defenseunicorns/terraform-aws-rolesanywhere | ||
defenseunicorns/terraform-aws-uds-bastion | ||
defenseunicorns/terraform-aws-uds-cloudtrail | ||
defenseunicorns/terraform-aws-uds-eks | ||
defenseunicorns/terraform-aws-uds-kms | ||
defenseunicorns/terraform-aws-uds-lambda | ||
defenseunicorns/terraform-aws-uds-rds | ||
defenseunicorns/terraform-aws-uds-s3 | ||
defenseunicorns/terraform-aws-uds-s3-irsa | ||
defenseunicorns/terraform-aws-uds-sops | ||
defenseunicorns/terraform-aws-uds-vpc | ||
defenseunicorns/terraform-aws-workspaces |
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
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
Oops, something went wrong.