Skip to content

Commit

Permalink
testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
tenuki committed Apr 23, 2024
1 parent aa2f7d0 commit eeaee79
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 153 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/scout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Scout-actions
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: list files
run: ls -la
- name: do scout
uses: coinfabrik/scout-actions@v2.1
with:
target: 'avoid-autokey-upgradable/avoid-autokey-upgradable-1/vulnerable-example/'
Loading

0 comments on commit eeaee79

Please sign in to comment.