Skip to content

Commit

Permalink
Enable ATM workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p0 committed Jun 30, 2021
1 parent 874c357 commit 80e7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis-with-atm-query-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
echo "ATM CodeQL CLI config file contents:"
cat ${CODEQL_CONFIG_FILE}
echo "name: \"ATM CodeQL config\"" > .github/codeql/codeql-config.yml
echo "disable-default-queries: true" >> .github/codeql/codeql-config.yml
echo "disable-default-queries: false" >> .github/codeql/codeql-config.yml
echo "queries:" >> .github/codeql/codeql-config.yml
echo " - uses: ./${atm_qlpack_path}/codeql-suites/javascript-atm-code-scanning.qls" >> .github/codeql/codeql-config.yml
echo "ATM Code Scanning config file contents:"
Expand Down

0 comments on commit 80e7777

Please sign in to comment.