Skip to content

Commit

Permalink
no check
Browse files Browse the repository at this point in the history
  • Loading branch information
agilebotanist authored Feb 23, 2024
1 parent 94ecdba commit 6169986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async function run(): Promise<void> {

const arqan_token = await ApiService.getToken(api_url, username, password)

const isSecurity = await Requirement.isSecurity(api_url, issue.content, arqan_token)
const isSecurity = 'true' //await Requirement.isSecurity(api_url, issue.content, arqan_token) //checking if ARQAN recognizes issue as a security-related
await Requirement.setIssueLabel(repo, issue.number, label, token, isSecurity)

// Run suggestion of STIGs and test cases if:
Expand Down

0 comments on commit 6169986

Please sign in to comment.