Skip to content

Commit

Permalink
Update analysis URL
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Logan <lindluni@github.com>
  • Loading branch information
lindluni committed Oct 20, 2023
1 parent 42791a8 commit fbf4464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify-codeql-usage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const main = async () => {
core.setFailed(`No CodeQL analyses found, please refer to OIS guidance for configuring CodeQL: https://department-of-veterans-affairs.github.io/ois-swa-wiki/docs/ghas/codeql-usage`)
process.exit(1)
}
core.info(`Found CodeQL analysis: ${analyses[0].html_url}`)
core.info(`Found CodeQL analysis: ${analyses[0].url}`)

if (!analyses[0].category.startsWith('ois')) {
core.setFailed(`CodeQL analysis found, but not using OIS approved code-scanning libraries. Please refer to OIS guidance for configuring CodeQL using the OIS approved libraries: https://department-of-veterans-affairs.github.io/ois-swa-wiki/docs/ghas/codeql-usage`)
Expand Down

0 comments on commit fbf4464

Please sign in to comment.