Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
9c9f73f6
Commit
9c9f73f6
authored
Jan 17, 2022
by
Philip Gough
Browse files
Options
Downloads
Patches
Plain Diff
ci: Add check for security scan of manifest
parent
e286f746
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yaml
+20
-0
20 additions, 0 deletions
.github/workflows/ci.yaml
with
20 additions
and
0 deletions
.github/workflows/ci.yaml
+
20
−
0
View file @
9c9f73f6
...
@@ -40,6 +40,9 @@ jobs:
...
@@ -40,6 +40,9 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
with
:
persist-credentials
:
false
persist-credentials
:
false
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ env.golang-version }}
-
run
:
make --always-make lint
-
run
:
make --always-make lint
fmt
:
fmt
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
@@ -48,6 +51,9 @@ jobs:
...
@@ -48,6 +51,9 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
with
:
persist-credentials
:
false
persist-credentials
:
false
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ env.golang-version }}
-
run
:
make --always-make fmt && git diff --exit-code
-
run
:
make --always-make fmt && git diff --exit-code
unit-tests
:
unit-tests
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
@@ -56,7 +62,21 @@ jobs:
...
@@ -56,7 +62,21 @@ jobs:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
with
:
with
:
persist-credentials
:
false
persist-credentials
:
false
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ env.golang-version }}
-
run
:
make --always-make test
-
run
:
make --always-make test
security-audit
:
runs-on
:
ubuntu-latest
name
:
Run security analysis on manifests
steps
:
-
uses
:
actions/checkout@v2
with
:
persist-credentials
:
false
-
uses
:
actions/setup-go@v2
with
:
go-version
:
${{ env.golang-version }}
-
run
:
make --always-make kubescape
e2e-tests
:
e2e-tests
:
name
:
E2E tests
name
:
E2E tests
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment