Skip to content

Commit

Permalink
renamed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
walter-iriusrisk committed Jan 21, 2024
1 parent 6a6de6b commit f18c889
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@
#
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries

# Run the following workflow against any pull request. This does various
# SAST, DAST and SCA checking.
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.

name: Check pull requests

on:
# pull_request: this will be what we use eventually
push:
branches:
- "security-tooling" # for testing
- "safety-tooling" # for testing

jobs:
test-for-secrets:
Expand Down

0 comments on commit f18c889

Please sign in to comment.