Skip to content

Commit

Permalink
list
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiago committed Jul 22, 2024
1 parent e18e650 commit 4068b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/sast-horusec-vampi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ jobs:
runs-on: ubuntu-latest
name: Horusec Scan
steps:
# - name: Run Horusec
# id: run_horusec
# uses: fike/[email protected]
# with:
# arguments: -p="./" --ignore="**/.vscode/**, **/*.env, **/.mypy_cache/**, **/tests/**"
- name: Run Horusec
run: |
ls -lha
#cd ./opensourcetargets/apps/VAmPI-master
#bash <(curl -s https://raw.githubusercontent.com/0xtiago/opensource-devsecops/main/tools/horusec/horusec.sh)
- uses: actions/checkout@v2
- name: Run Horusec
run: |
ls -R
#cd ./opensourcetargets/apps/VAmPI-master
#bash <(curl -s https://raw.githubusercontent.com/0xtiago/opensource-devsecops/main/tools/horusec/horusec.sh)
shell: bash
2 changes: 1 addition & 1 deletion targets/apps/VAmPI-master/trigger.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
trigger!!!
trigger!!!!

0 comments on commit 4068b2f

Please sign in to comment.