File tree Expand file tree Collapse file tree 6 files changed +56
-0
lines changed
.policies/workflow_policies Expand file tree Collapse file tree 6 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ * @DocPlanner/${{ parameters.owner | parseEntityRef | pick('name') }}
2+
3+ # DevOps
4+ .docker / @ DocPlanner/ops
5+ .policies / @ DocPlanner/ops
6+ .github / @ DocPlanner/ops
7+ .github /workflows / @ docplannersec @ DocPlanner/ops
8+ .github /workflows /validate_workflows.yaml @ DocPlanner/ops
Original file line number Diff line number Diff line change 1+ name : gitleaks
2+ on : [push, pull_request]
3+
4+ jobs :
5+ gitleaks :
6+ runs-on : ubuntu-latest
7+ steps :
8+ - uses : actions/checkout@v3
9+ - name : gitleaks-action
10+
Original file line number Diff line number Diff line change 1+ name : Auto approve Workflow changes
2+
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - edited
8+ - reopened
9+ - synchronize
10+ paths :
11+ - .github/workflows/**
12+
13+ jobs :
14+ validate-workflow-changes :
15+ uses : Docplanner/devops-pipelines/.github/workflows/validate_workflows.yaml@v1
16+ secrets : inherit
Original file line number Diff line number Diff line change 1+ package local
2+
3+ # allowed_actions_prefix:={"tj-actions"}
4+ # allowed_secret_usage := {"test":["TESTINGS_APP_TOKEN"],"testb":["APP_TOKEN"]}
5+ # approved_custom_actions := {"echo \\\"\\\\\" > test.txt && base64 -i test.txt"}
Original file line number Diff line number Diff line change 1+ # vue-recruitment-refactor-assignment
2+
3+ Front-end part of recruitment assignment for full stack dev position
Original file line number Diff line number Diff line change 1+ apiVersion : backstage.io/v1alpha1
2+ kind : Component
3+ metadata :
4+ name : vue-recruitment-refactor-assignment
5+ description : Front-end part of recruitment assignment for full stack dev position
6+ labels :
7+ scaffolder-template-name : create-repository
8+ annotations :
9+ github.com/project-slug : DocPlanner/vue-recruitment-refactor-assignment-front-app
10+ spec :
11+ type : service
12+ lifecycle : experimental
13+ owner : docplanner/${{ parameters.owner | parseEntityRef | pick('name') }}
14+
You can’t perform that action at this time.
0 commit comments