Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

testing PR #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Snyk Static Analysis Scan
# This git workflow leverages Snyk actions to perform a Static Application
# Testing scan (SAST) on our first-party code upon Pull Requests to Main &
# Develop branches. We use this as a control to prevent vulnerabilities
# Develop branches. We use this control to prevent vulnerabilities
# from being introduced into the codebase.
on:
pull_request_target:
Expand Down