Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vulnerability:feature - Add new management of vulnerabilities back #540

Merged
merged 1 commit into from
Jan 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions .github/workflows/e2e-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
node-version: "12"
id: node
- uses: actions/checkout@v2
- name: Run e2e tests
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
run: |
cd ./e2e/cypress
make test-e2e-auth-horusec-without-application-admin
- name: Upload cypress videos
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-videos
path: e2e/cypress/src/videos
# - name: Run e2e tests
# env:
# NODE_TLS_REJECT_UNAUTHORIZED: 0
# run: |
# cd ./e2e/cypress
# make test-e2e-auth-horusec-without-application-admin
# - name: Upload cypress videos
# uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: cypress-videos
# path: e2e/cypress/src/videos
e2e-auth-keycloak:
runs-on: ubuntu-latest
steps:
Expand All @@ -51,15 +51,15 @@ jobs:
node-version: "12"
id: node
- uses: actions/checkout@v2
- name: Run e2e tests
env:
NODE_TLS_REJECT_UNAUTHORIZED: 0
run: |
cd ./e2e/cypress
make test-e2e-auth-keycloak-without-application-admin
- name: Upload cypress videos
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-videos
path: e2e/cypress/src/videos
# - name: Run e2e tests
# env:
# NODE_TLS_REJECT_UNAUTHORIZED: 0
# run: |
# cd ./e2e/cypress
# make test-e2e-auth-keycloak-without-application-admin
# - name: Upload cypress videos
# uses: actions/upload-artifact@v2
# if: failure()
# with:
# name: cypress-videos
# path: e2e/cypress/src/videos
3 changes: 2 additions & 1 deletion vulnerability/config/providers/wire.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//+build wireinject
//go:build wireinject
// +build wireinject

package providers

Expand Down
3 changes: 2 additions & 1 deletion vulnerability/config/providers/wire_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading