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

[Snyk] Upgrade @zup-it/beagle-react from 1.3.0 to 1.10.2 #241

[Snyk] Upgrade @zup-it/beagle-react from 1.3.0 to 1.10.2

[Snyk] Upgrade @zup-it/beagle-react from 1.3.0 to 1.10.2 #241

Workflow file for this run

#
# Copyright 2020 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.
#
# Based on https://docs.horusec.io/docs/cli/installation/#github-actions
name: Horusec Pull Request
on:
pull_request:
branches:
- main
- release/*
jobs:
horusec:
name: horusec
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Running Horusec
env:
HORUSEC_CLI_REPOSITORY_AUTHORIZATION: ${{ env.BEAGLE_CORE_SECURITY_HORUSEC_CLI_REPOSITORY_AUTHORIZATION }}
run: |
curl -fsSL https://raw.githubusercontent.com/ZupIT/horusec/main/deployments/scripts/install.sh | bash -s latest
horusec start -p="./" -e="true"