diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index a9dae85df..6c284137b 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -18,12 +18,12 @@ permissions: contents: read jobs: - build: + SAST: permissions: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - name: Build + name: SAST runs-on: "ubuntu-20.04" steps: - name: Checkout code