Revert "Add development environment for aws-service-infrahouse-app" #36
Workflow file for this run
This file contains hidden or 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
| # This file is managed by Terraform in github-control repository | |
| # Do not edit this file, all changes will be overwritten | |
| # If you need to change this file, create a pull request in | |
| # https://github.com/infrahouse/github-control | |
| --- | |
| name: OSV-Scanner PR Scan | |
| on: # yamllint disable-line rule:truthy | |
| pull_request: | |
| branches: [main] | |
| permissions: | |
| # Required to upload SARIF file to CodeQL. See: https://github.com/github/codeql-action/issues/2117 | |
| actions: read | |
| # Require writing security events to upload SARIF file to security tab | |
| security-events: write | |
| # Only need to read contents | |
| contents: read | |
| jobs: | |
| vulnerability-check: | |
| uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.0" | |
| with: | |
| scan-args: --config osv-scanner.toml | |
| upload-sarif: false |