Skip to content
Open
Show file tree
Hide file tree
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
14 changes: 14 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: [push]

jobs:
boman_scan:
runs-on: ubuntu-latest
name: Test Job
steps:
- name: Checkout
uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Install packages
run: sudo pip install boman-cli
- name: Run scan
run: sudo boman-cli -a run
14 changes: 14 additions & 0 deletions boman.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Auth:
# project_token: "b07830b5-3604-411c-9552-2229076fb7a1"
# customer_token: "1f3dc7b3-cb4e-4eb9-b5ee-c780947f12e3" #devtokens
project_token: "5e1f93dc-0e45-4cc4-bf66-709c70f4dadf"
customer_token: "4b36ce06-05a1-43f9-a0e9-0c98a26594fa" #devtoken


SCA:
language: "java"

SAST:
language: "java"
target: encog-java-core/dependencies/