Skip to content

Commit

Permalink
chore(ci): update action
Browse files Browse the repository at this point in the history
  • Loading branch information
orenlab committed Jan 17, 2025
1 parent eed4a01 commit 6f5e37b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/development_image_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,4 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
provenance: mode=max

- name: Run Vulnerability Scan
uses: anchore/scan-action@v3
id: scan
with:
image: orenlab/pytmbot:alpine-dev
fail-build: false
severity-cutoff: high
acs-report-enable: true
sarif-file: results.sarif

- name: Upload SARIF (if exists)
if: success() && results.sarif
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
sbom: true

0 comments on commit 6f5e37b

Please sign in to comment.