Skip to content

Commit

Permalink
init: first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Nov 19, 2023
1 parent f3c1db6 commit f7e9a5a
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 2 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,32 @@
| [![pages-build-deployment](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/pages/pages-build-deployment) | [![pages-build-integration](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/pages-build-integration.yml/badge.svg)](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/pages-build-integration.yml) | [![release-please](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/release-please.yml/badge.svg)](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/release-please.yml) |
| [![terraform-docs](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/terraform-docs.yml/badge.svg)](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/terraform-docs.yml) | [![FortiDevSec SAST scanner](https://github.com/robinmordasiewicz/fortigate-azure-terraform/actions/workflows/sast.yml/badge.svg)](https://github.com/robinmordasiewicz/fortigate-azure-terraform/actions/workflows/sast.yml) | [![dependabot-automerge](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/dependabot-automerge.yml/badge.svg)](https://github.com/robinmordasiewicz/devops-toolkit/actions/workflows/dependabot-automerge.yml) |

gh secret set OPENAI_API_KEY
```bash
gh repo edit \
--default-branch main \
--delete-branch-on-merge \
--enable-auto-merge \
--enable-discussions \
--enable-issues \
--enable-projects \
--description "Devops Toolkit" \
--homepage "https://robinmordasiewicz.github.io/devops-toolkit/" \
--visibility public \
--add-topic devops-toolkit \
--add-topic devops \
--add-topic github-actions \
--add-topic terraform \
--add-topic azure \
--add-topic fortinet \
--add-topic fortigate \
--add-topic fortios \
--add-topic fortidevsec \
--add-topic fortidevops \
--add-topic fortinet-devops \
--add-topic fortinet-devsec \
--add-topic fortinet-devops-toolkit \
--add-topic fortinet-devsec-toolkit \
--add-topic fortinet-devsecops \
--add-topic fortinet-devsecops-toolkit \
--add-topic fortinet-devops-toolkit
```
5 changes: 5 additions & 0 deletions docs/fortinet-fortidevsec.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
comments: true
---

# FortiDevSec
3 changes: 3 additions & 0 deletions docs/github-secrets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Secrets

secret set OPENAI_API_KEY --body "<my-secret>"
File renamed without changes.
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,11 @@ nav:
- github-push.md
- github-pull-request.md
- github-merge.md
- fortinet-fortidevsec.md
- "CI/CD":
- github-actions.md
- azure-oidc.md
- github-secrets.md
- github-workflows.md
- fortimanager.md
- fortimanager-ztp.md
- github-copilot-install.md
Expand Down

0 comments on commit f7e9a5a

Please sign in to comment.