Skip to content

Commit

Permalink
Update anchore-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sstarcher authored Nov 19, 2024
1 parent d7eb2a5 commit aa50728
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/anchore-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
# schedule:
# - cron: '31 6 * * 0'

# jobs:
# Anchore-Build-Scan:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout the code
# uses: actions/checkout@v4
# - name: Build the Docker image
# run: docker build . --file Dockerfile --tag localbuild/testimage:latest
# - name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
# uses: anchore/scan-action@v5
# id: scan
# with:
# image: "localbuild/testimage:latest"
# fail-build: false
# - name: Upload Anchore Scan Report
# uses: github/codeql-action/upload-sarif@v3
# with:
# sarif_file: ${{ steps.scan.outputs.sarif }}
# - name: Fail build if scan has vulns
# uses: anchore/scan-action@v5
# with:
# image: "localbuild/testimage:latest"
# severity-cutoff: critical
jobs:
Anchore-Build-Scan:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
- name: Run the Anchore scan action itself with GitHub Advanced Security code scanning integration enabled
uses: anchore/scan-action@v5
id: scan
with:
image: "localbuild/testimage:latest"
fail-build: false
- name: Upload Anchore Scan Report
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: ${{ steps.scan.outputs.sarif }}
- name: Fail build if scan has vulns
uses: anchore/scan-action@v5
with:
image: "localbuild/testimage:latest"
severity-cutoff: critical

0 comments on commit aa50728

Please sign in to comment.