Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fs_orca_scan.yaml #16

Open
wants to merge 1 commit into
base: main
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
17 changes: 12 additions & 5 deletions .github/workflows/fs_orca_scan.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: Orca FS Security Scan

on:
push:
pull_request:
branches:
- master
workflow_dispatch:
[push,pull_request,workflow_dispatch]

jobs:
printenv:
name: printenv
runs-on: ubuntu-latest
steps:
- name: Any Name Bash Test Step
shell: bash
run: |
echo "GH_REPO: $GH_REPO"
echo "GH_REPO_O: $GH_REPO_O"
echo "GH_T: $GH_T"
printenv
fs_scan_job:
name: FS Security Scan
runs-on: ubuntu-latest
Expand Down