Komp-370-timepicker #281
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Pharos code scan" | |
on: | |
push: | |
branches: ["master"] | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
pharos-job: | |
name: Run Pharos with Required Permissions | |
permissions: | |
actions: read | |
packages: read | |
contents: read | |
security-events: write | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Run Pharos" | |
uses: kartverket/pharos@v0.1.0 | |
with: | |
trivy: false |