FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
contentstack-ruby/.github/workflows/sca-scan.yml at development · contentstack/contentstack-ruby · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
contentstack
/
contentstack-ruby
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
5
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
contentstack-ruby
/
.github
/
workflows
/
sca-scan.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
21 lines (21 loc) · 557 Bytes
Breadcrumbs
contentstack-ruby
/
.github
/
workflows
/
sca-scan.yml
Copy path
File metadata and controls
21 lines (21 loc) · 557 Bytes
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
name
:
Source Composition Analysis Scan
on
:
pull_request
:
types
:
[opened, synchronize, reopened]
jobs
:
security-sca
:
runs-on
:
ubuntu-latest
permissions
:
contents
:
read
pull-requests
:
write
steps
:
-
uses
:
actions/checkout@master
-
name
:
Run Snyk to check for vulnerabilities
uses
:
snyk/actions/ruby@master
env
:
SNYK_TOKEN
:
${{ secrets.SNYK_TOKEN }}
with
:
args
:
--fail-on=all
json
:
true
continue-on-error
:
true
-
uses
:
contentstack/sca-policy@main
Back
|
FazBrowse Home
|
New Git URL