Skip to content

Remove Limit section in API directory for LOC (#1009) #344

Remove Limit section in API directory for LOC (#1009)

Remove Limit section in API directory for LOC (#1009) #344

name: Scan for Vulnerabilities - Anchore
on:
push:
branches: [dev, main, scan/*]
jobs:
anchore-image-Scan:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag bcgov/api-services-portal:anchore-scan
- name: Run the Anchore Scan
uses: anchore/scan-action@main
with:
image: 'bcgov/api-services-portal:anchore-scan'
acs-report-enable: true
fail-build: false
- name: Upload Anchore Scan Results
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: results.sarif