File tree Expand file tree Collapse file tree 4 files changed +10
-60
lines changed Expand file tree Collapse file tree 4 files changed +10
-60
lines changed Original file line number Diff line number Diff line change 9
9
lint-build-test :
10
10
name : Lint, Build & Test
11
11
uses : devnw/workflows/.github/workflows/build.yml@main
12
- secrets : inherit
12
+ secrets : inherit # pragma: allowlist secret
Original file line number Diff line number Diff line change 8
8
update-readme :
9
9
name : Update README with Go documentation
10
10
uses : devnw/workflows/.github/workflows/docs.yml@main
11
- secrets : inherit
11
+ secrets : inherit # pragma: allowlist secret
Original file line number Diff line number Diff line change @@ -4,44 +4,9 @@ name: gitStream workflow automation
4
4
5
5
on :
6
6
workflow_dispatch :
7
- inputs :
8
- client_payload :
9
- description : The Client payload
10
- required : true
11
- full_repository :
12
- description : the repository name include the owner in `owner/repo_name` format
13
- required : true
14
- head_ref :
15
- description : the head sha
16
- required : true
17
- base_ref :
18
- description : the base ref
19
- required : true
20
- installation_id :
21
- description : the installation id
22
- required : false
23
- resolver_url :
24
- description : the resolver url to pass results to
25
- required : true
26
- resolver_token :
27
- description : Optional resolver token for resolver service
28
- required : false
29
- default : ' '
30
7
31
8
jobs :
32
9
gitStream :
33
- timeout-minutes : 5
34
- runs-on : ubuntu-latest
35
10
name : gitStream workflow automation
36
- steps :
37
- - name : Evaluate Rules
38
- uses : linear-b/gitstream-github-action@v1
39
- id : rules-engine
40
- with :
41
- full_repository : ${{ github.event.inputs.full_repository }}
42
- head_ref : ${{ github.event.inputs.head_ref }}
43
- base_ref : ${{ github.event.inputs.base_ref }}
44
- client_payload : ${{ github.event.inputs.client_payload }}
45
- installation_id : ${{ github.event.inputs.installation_id }}
46
- resolver_url : ${{ github.event.inputs.resolver_url }}
47
- resolver_token : ${{ github.event.inputs.resolver_token }}
11
+ uses : devnw/workflows/.github/workflows/gitstream.yml@main
12
+ secrets : inherit # pragma: allowlist secret
Original file line number Diff line number Diff line change 72
72
{
73
73
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
74
74
},
75
+ {
76
+ "path": "detect_secrets.filters.common.is_baseline_file",
77
+ "filename": ".secrets.baseline"
78
+ },
75
79
{
76
80
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
77
81
"min_level": 2
101
105
"path": "detect_secrets.filters.heuristic.is_templated_secret"
102
106
}
103
107
],
104
- "results": {
105
- ".github/workflows/build.yml": [
106
- {
107
- "type": "Secret Keyword",
108
- "filename": ".github/workflows/build.yml",
109
- "hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
110
- "is_verified": false,
111
- "line_number": 12
112
- }
113
- ],
114
- ".github/workflows/docs.yml": [
115
- {
116
- "type": "Secret Keyword",
117
- "filename": ".github/workflows/docs.yml",
118
- "hashed_secret": "3e26d6750975d678acb8fa35a0f69237881576b0",
119
- "is_verified": false,
120
- "line_number": 11
121
- }
122
- ]
123
- },
124
- "generated_at": "2023-03-27T20:03:18Z"
108
+ "results": {},
109
+ "generated_at": "2023-03-27T20:44:00Z"
125
110
}
You can’t perform that action at this time.
0 commit comments