Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cyan21 authored Jul 22, 2024
1 parent 7bf4b60 commit 43fa7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# run: cd src && jf audit

- name: Scan dependencies
run: jf audit --working-dirs=src --sca=true --without-contextual-analysis=true --url="https://yann-sbx.dev.gcp.jfps.team/xray" --access-token=${{ secrets.JF_ACCESS_TOKEN }}
run: jf audit --working-dirs=src --sca=true --url="https://yann-sbx.dev.gcp.jfps.team/xray" --access-token=${{ secrets.JF_ACCESS_TOKEN }}

- name: Build webapp and scan generated artifact before upload
run: jf mvn clean install -f src/ --no-transfer-progress
Expand Down

0 comments on commit 43fa7e7

Please sign in to comment.