Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delete-hadolint-workflow #227

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update ci.yml
With if () to keep scanning
agondo69 authored Jan 7, 2025

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit acba8226dd8c8c28ecf2e3577eb45020f6096923
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -20,4 +20,15 @@ jobs:
run: pip install bandit

- name: Run Bandit Scan in current directory
run: bandit -ll -ii -r .
run: bandit -ll -ii -r . -f json -o bandit-report.json

- name: Upload the artifact(s)
uses: actions/upload-artifact-artifact@v3
if: always()
with:
name: Bandit vulnerability findings
path: bandit-report.json