chore(script): add execute permission #3
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
# SPDX-FileCopyrightText: 2024 Rajul Jha <[email protected]> | |
# | |
# SPDX-License-Identifier: GPL-2.0-only | |
name: Test Fossology Action | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
- name: Run action | |
uses: ./ | |
with: | |
scan_mode: "repo" | |
scanners: "nomos ojo copyright keyword" | |
report_format: "SPDX_JSON" |