forked from jvlstuff/JavaVulnerableLab_for_AST_GH_actions
-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (26 loc) · 747 Bytes
/
Copy pathsecscan.yml
File metadata and controls
31 lines (26 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Security Scan
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 #v4
- shell: bash
run: |
ls -al
- name: OX Security Scan
uses: oxsecurity/ox-security-scan@12a49ea84d3f1597cd53b05997f1ad46a4b56935
with:
ox_api_key: ${{ secrets.OX_API_KEY }}
# ox_scan_full_branch: true
ox_override_blocking: false
ox_timeout: 40
# ox_fail_on_timeout: false
# ox_fail_on_error: false
# ox_disable_ssl_validation: false