Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security implementation #90

Merged
merged 19 commits into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 63 additions & 63 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "FBoucher",
"name": "Frank Boucher",
"avatar_url": "https://avatars3.githubusercontent.com/u/2404846?v=4",
"profile": "http://cloud5mins.com",
"contributions": [
"doc",
"code",
"ideas"
]
},
{
"login": "jbrule",
"name": "jbrule",
"avatar_url": "https://avatars3.githubusercontent.com/u/765798?v=4",
"profile": "http://www.mayoclinic.org",
"contributions": [
"doc"
]
},
{
"login": "cmatskas",
"name": "Christos Matskas",
"avatar_url": "https://avatars3.githubusercontent.com/u/4126750?v=4",
"profile": "https://cmatskas.com",
"contributions": [
"security",
"bug"
]
},
{
"login": "ronhowe",
"name": "Ron Howe",
"avatar_url": "https://avatars1.githubusercontent.com/u/5210043?v=4",
"profile": "https://github.com/ronhowe",
"contributions": [
"doc"
]
},
{
"login": "Mark-Phillipson",
"name": "Mark Phillipson",
"avatar_url": "https://avatars0.githubusercontent.com/u/16239024?v=4",
"profile": "https://github.com/Mark-Phillipson",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "TinyBlazorAdmin",
"projectOwner": "FBoucher",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "FBoucher",
"name": "Frank Boucher",
"avatar_url": "https://avatars3.githubusercontent.com/u/2404846?v=4",
"profile": "http://cloud5mins.com",
"contributions": [
"doc",
"code",
"ideas"
]
},
{
"login": "jbrule",
"name": "jbrule",
"avatar_url": "https://avatars3.githubusercontent.com/u/765798?v=4",
"profile": "http://www.mayoclinic.org",
"contributions": [
"doc"
]
},
{
"login": "cmatskas",
"name": "Christos Matskas",
"avatar_url": "https://avatars3.githubusercontent.com/u/4126750?v=4",
"profile": "https://cmatskas.com",
"contributions": [
"security",
"bug"
]
},
{
"login": "ronhowe",
"name": "Ron Howe",
"avatar_url": "https://avatars1.githubusercontent.com/u/5210043?v=4",
"profile": "https://github.com/ronhowe",
"contributions": [
"doc"
]
},
{
"login": "Mark-Phillipson",
"name": "Mark Phillipson",
"avatar_url": "https://avatars0.githubusercontent.com/u/16239024?v=4",
"profile": "https://github.com/Mark-Phillipson",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "TinyBlazorAdmin",
"projectOwner": "FBoucher",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
24 changes: 12 additions & 12 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: [fboucher]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
# These are supported funding model platforms
github: [fboucher]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
45 changes: 45 additions & 0 deletions .github/workflows/azure-static-web-apps-icy-coast-0871ee210.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- feature/security
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- feature/security

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_COAST_0871EE210 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "src/client" # App source code path
api_location: "src/api" # Api source code path - optional
output_location: "wwwroot" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_COAST_0871EE210 }}
action: "close"
Loading