Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Bump jest-extended from 0.11.5 to 4.0.2 #151

Bump jest-extended from 0.11.5 to 4.0.2

Bump jest-extended from 0.11.5 to 4.0.2 #151

Workflow file for this run

#
# Copyright 2020, 2022 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: Horusec Pull Request
on:
pull_request:
branches:
- main
- horusec
- release/*
jobs:
horusec:
name: horusec
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Running Horusec
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HORUSEC_CLI_REPOSITORY_AUTHORIZATION: ${{secrets.HORUSEC_TOKEN}}
HORUSEC_CLI_HORUSEC_API_URI: "https://api-horusec.zup.com.br"
HORUSEC_CLI_REPOSITORY_NAME: ${{ github.event.pull_request.head.repo.full_name }}
REPOSITORY_OWNER: ${{ github.event.pull_request.head.repo.full_name }}
run: |
echo "Repository Owner is: ${{env.REPOSITORY_OWNER}}"
curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest-rc
horusec start -p . -e=$(if [ "${{env.REPOSITORY_OWNER}}" == "ZupIT/beagle-web-core" ]; then echo "true"; else echo "false"; fi) -G true