Skip to content

Commit

Permalink
ci: fix gh pages bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 13, 2024
1 parent c38f116 commit 581bf4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
gh_pages_dir: "./docs/gh-pages"
nmap: ${{ steps.attack.outputs.nmap }}
snyk: ${{ steps.attack.outputs.snyk }}
wapiti: ${{ steps.attack.outputs.wapiti }}
zap: ${{ steps.attack.outputs.zap }}
nmap: ${{ steps.attack.outputs.nmap == 'true' }}
snyk: ${{ steps.attack.outputs.snyk == 'true' }}
wapiti: ${{ steps.attack.outputs.wapiti == 'true' }}
zap: ${{ steps.attack.outputs.zap == 'true' }}

0 comments on commit 581bf4f

Please sign in to comment.