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

fix: iOS 17 negative lookahead regex bug #147

fix: iOS 17 negative lookahead regex bug

fix: iOS 17 negative lookahead regex bug #147

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.
#
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
with:
depth: 0
- 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 "Skip Horusec"