Open jeremy-soh-partior opened 1 year ago
Using the run-gosec: true feature does not produce a results output file despite both 'output' and 'format' args have been defined. For example:
run-gosec: true
- name: Run Codacy Analysis CLI - Gosec uses: codacy/codacy-analysis-cli-action@master with: run-gosec: "true" run-staticcheck: "true" run-docker-tools: "false" output: ${{ inputs.repo-name }}.sarif format: sarif verbose: true skip-uncommitted-files-check: true max-allowed-issues: 2147483647 gh-code-scanning-compat: true api-token: ${{ secrets.CODACY_API_TOKEN }} upload: true - name: Debug - ls run: | ls -alh
It is to be noted that upload of the reported findings to the Codacy UI was successful. The findings were correctly populated. This helps to eliminate any doubt on the scan not running correctly. Is output file not supported with run-gosec: true?
Internal ticket created : TS-157
Using the
run-gosec: true
feature does not produce a results output file despite both 'output' and 'format' args have been defined. For example:It is to be noted that upload of the reported findings to the Codacy UI was successful. The findings were correctly populated. This helps to eliminate any doubt on the scan not running correctly. Is output file not supported with
run-gosec: true
?