FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
oapi-codegen/.github/workflows/scorecard.yml at main · oapi-codegen/oapi-codegen · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
oapi-codegen
/
oapi-codegen
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
8.5k
Code
Issues
250
Pull requests
68
Discussions
Actions
Projects
Security and quality
4
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
oapi-codegen
/
.github
/
workflows
/
scorecard.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
46 lines (40 loc) · 1.3 KB
Breadcrumbs
oapi-codegen
/
.github
/
workflows
/
scorecard.yml
Copy path
File metadata and controls
46 lines (40 loc) · 1.3 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name
:
Scorecard supply-chain security
on
:
schedule
:
-
cron
:
"
0 5 * * 1
"
push
:
branches
:
-
main
permissions
:
read-all
jobs
:
analysis
:
name
:
Scorecard analysis
runs-on
:
ubuntu-latest
permissions
:
#
Needed to upload the results to code-scanning dashboard
security-events
:
write
#
Needed to publish results and get a badge (see publish_results below)
id-token
:
write
steps
:
-
name
:
"
Checkout code
"
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
persist-credentials
:
false
show-progress
:
false
-
name
:
"
Run analysis
"
uses
:
ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc
#
v2.4.4
with
:
results_file
:
results.sarif
results_format
:
sarif
publish_results
:
true
-
name
:
"
Upload artifact
"
uses
:
actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
#
v7.0.1
with
:
name
:
SARIF file
path
:
results.sarif
retention-days
:
5
#
Upload the results to GitHub's code scanning dashboard
-
name
:
"
Upload to code-scanning
"
uses
:
github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938
#
v4.37.9
with
:
sarif_file
:
results.sarif
Back
|
FazBrowse Home
|
New Git URL