Skip to content

Commit

Permalink
update job name
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed May 9, 2024
1 parent 3be4572 commit abfdd6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abfdd6f

Please sign in to comment.